Color Hex Logo

#6a6bdc Color Hex

#6A6BDC
(106,107,220)
0 Favorites   0 Comments

Color spaces of #6a6bdc

RGB 106107220
HSL0.670.620.64
HSV239°52°86°
CMYK 0.520.510.00   0.14
XYZ24.119818.746970.0574
Yxy18.74690.21360.1660
Hunter Lab43.297723.6659-65.6252
CIE-Lab50.389830.3917-58.1960

#6a6bdc color RGB value is (106,107,220).

#6a6bdc hex color red value is 106, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6a6bdc hue: 0.67 , saturation: 0.62 and the lightness value of 6a6bdc is 0.64.

The process color (four color CMYK) of #6a6bdc color hex is 0.52, 0.51, 0.00, 0.14. Web safe color of #6a6bdc is #6666cc. Color #6a6bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01101011 11011100
Octal 152 153 334
Decimal 106 107 220
Hex 6A 6B DC

RGB Percentages of Color #6a6bdc

%24.48
%24.71
%50.81

CMYK Percentages of Color #6a6bdc

%52
%51
%0
%14

Triadic Colors of #6a6bdc

#6a6bdc #dc6a6b #6bdc6a

Analogous Colors of #6a6bdc

#6a6bdc #a26adc #6aa4dc

Monochromatic Colors of #6a6bdc

#6a6bdc

Complementary Color

#6a6bdc #dcdb6a

#6a6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a6bdc Color CSS Codes

.mybgcolor {background-color:#6a6bdc; } 
.myforecolor {color:#6a6bdc; }
.mybordercolor {border:3px solid #6a6bdc; }

#6a6bdc Text Font Color

<p style="color:#6a6bdc">Text here</p>

This sample text font color is #6a6bdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a6bdc Background Color

<div style="background-color:#6a6bdc">
Div content here</div>

This div background color is #6a6bdc


#6a6bdc Border Color

<div style="border:3px solid #6a6bdc">
Div here</div>

This div border color is #6a6bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,107,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a6bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a6bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #6a6bdc;
  box-shadow:         1px 1px 3px 2px #6a6bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,107,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a6bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a6bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #6a6bdc;
  box-shadow:         1px 1px 3px 2px #6a6bdc;">
Div content here</div>

This div box has shadow with color #6a6bdc


Comments

No comments written yet.

Please login to write comment.