Html Css Color HEX #667088 Waikawa Grey

📋 copy color: '#667088'

red 102 ◦ green 112 ◦ blue 136

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

Shades of Waikawa Grey #667088

Tints of Waikawa Grey #667088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

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

R = 29.14%
G = 32%
B = 38.86%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#667088 (or 0x667088) is known color: Waikawa Grey. HEX triplet: 66, 70 and 88. RGB value is (102,112,136). Sum of RGB (Red+Green+Blue) = 102+112+136=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #667088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667088 is #998F77. Grayscale: #6F6F6F. Windows color (decimal): -10063736 or 8941670. OLE color: 8941670.

HSL color Cylindrical-coordinate representation of color #667088: hue angle of 222.35º 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 #667088 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 112 136 -
CMYK 0.25 0.18 0 0.47
HSL 222.35º 0.14% 0.47% -
HSV(B) 222.35º 0.25% 0.53% -
XYZ 15.72 16.19 25.59 -
YUV 111.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 102 112 136 0.25 0.18 0 0.47 222.35 0.14 0.47
Hex 66 70 88 19 12 0 2F DE E 2F
Octal 146 160 210 31 22 0 57 336 16 57
Binary 1100110 1110000 10001000 11001 10010 0 101111 11011110 1110 101111

Color Harmonies of #667088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667088

Black with #667088

Text Example


Text Example

White with #667088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667088; }

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

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

background-color css

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

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

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

border-color css

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

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

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