Color Hex Logo

#6769cb Color Hex

#6769CB
(103,105,203)
0 Favorites   0 Comments

Color spaces of #6769cb

RGB 103105203
HSL0.660.490.60
HSV239°49°80°
CMYK 0.490.480.00   0.20
XYZ21.424617.298558.7097
Yxy17.29850.21990.1775
Hunter Lab41.591519.1639-54.5786
CIE-Lab48.634025.7003-51.3467

#6769cb color RGB value is (103,105,203).

#6769cb hex color red value is 103, green value is 105 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6769cb hue: 0.66 , saturation: 0.49 and the lightness value of 6769cb is 0.60.

The process color (four color CMYK) of #6769cb color hex is 0.49, 0.48, 0.00, 0.20. Web safe color of #6769cb is #6666cc. Color #6769cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101001 11001011
Octal 147 151 313
Decimal 103 105 203
Hex 67 69 CB

RGB Percentages of Color #6769cb

%25.06
%25.55
%49.39

CMYK Percentages of Color #6769cb

%49
%48
%0
%20

Triadic Colors of #6769cb

#6769cb #cb6769 #69cb67

Analogous Colors of #6769cb

#6769cb #9767cb #679bcb

Monochromatic Colors of #6769cb

#6769cb

Complementary Color

#6769cb #cbc967

#6769cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6769cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6769cb Color CSS Codes

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

#6769cb Text Font Color

<p style="color:#6769cb">Text here</p>

This sample text font color is #6769cb
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.


#6769cb Background Color

<div style="background-color:#6769cb">
Div content here</div>

This div background color is #6769cb


#6769cb Border Color

<div style="border:3px solid #6769cb">
Div here</div>

This div border color is #6769cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,105,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6769cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6769cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6769cb;
  box-shadow:         1px 1px 3px 2px #6769cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,105,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6769cb


Comments

No comments written yet.

Please login to write comment.