Html Css Color HEX #667888 Lynch

📋 copy color: '#667888'

red 102 ◦ green 120 ◦ blue 136

#667888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #667888

Tints of Lynch #667888

RGB

 RED value IS 102 (40.23% from 255) = 28.49%

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 28.49%
G = 33.52%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#667888 (or 0x667888) is known color: Lynch. HEX triplet: 66, 78 and 88. RGB value is (102,120,136). Sum of RGB (Red+Green+Blue) = 102+120+136=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #667888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667888 is #998777. Grayscale: #747474. Windows color (decimal): -10061688 or 8943718. OLE color: 8943718.

HSL color Cylindrical-coordinate representation of color #667888: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667888 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 120 136 -
CMYK 0.25 0.12 0 0.47
HSL 208.24º 0.14% 0.47% -
HSV(B) 208.24º 0.25% 0.53% -
XYZ 16.64 18.04 25.9 -
YUV 116.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 102 120 136 0.25 0.12 0 0.47 208.24 0.14 0.47
Hex 66 78 88 19 C 0 2F D0 E 2F
Octal 146 170 210 31 14 0 57 320 16 57
Binary 1100110 1111000 10001000 11001 1100 0 101111 11010000 1110 101111

Color Harmonies of #667888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667888

Black with #667888

Text Example


Text Example

White with #667888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667888; }

 p { color: rgb(102,120,136); }

 H1.HeaderClassName
 {
   color: #667888;
 }
 .AnyTagClassName
 {
   color: #667888;
 }
</style>

background-color css

<style>
 a { background-color: #667888; }

 a { background-color: rgb(102,120,136); }

 div.DivClassName
 {
   background-color: #667888;
 }
 .BgClassName
 {
   background-color: #667888;
 }
</style>

border-color css

<style>
 span { border-color: #667888; }

 span { border-color: rgb(102,120,136); }

 td.TdClassName
 {
   border-color: #667888;
 }
 .TagClassName
 {
   border-color: #667888;
 }
</style>