Html Css Color HEX #667096 Waikawa Grey

📋 copy color: '#667096'

red 102 ◦ green 112 ◦ blue 150

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

Shades of Waikawa Grey #667096

Tints of Waikawa Grey #667096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 28.02%
G = 30.77%
B = 41.21%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#667096 (or 0x667096) is known color: Waikawa Grey. HEX triplet: 66, 70 and 96. RGB value is (102,112,150). Sum of RGB (Red+Green+Blue) = 102+112+150=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #667096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667096 is #998F69. Grayscale: #717171. Windows color (decimal): -10063722 or 9859174. OLE color: 9859174.

HSL color Cylindrical-coordinate representation of color #667096: hue angle of 227.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667096 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 112 150 -
CMYK 0.32 0.25 0 0.41
HSL 227.5º 0.19% 0.49% -
HSV(B) 227.5º 0.32% 0.59% -
XYZ 16.78 16.62 31.18 -
YUV 113.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 102 112 150 0.32 0.25 0 0.41 227.5 0.19 0.49
Hex 66 70 96 20 19 0 29 E4 13 31
Octal 146 160 226 40 31 0 51 344 23 61
Binary 1100110 1110000 10010110 100000 11001 0 101001 11100100 10011 110001

Color Harmonies of #667096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667096

Black with #667096

Text Example


Text Example

White with #667096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667096; }

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

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

background-color css

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

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

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

border-color css

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

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

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