Html Css Color HEX #667097 Waikawa Grey

📋 copy color: '#667097'

red 102 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #667097

Tints of Waikawa Grey #667097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 27.95%
G = 30.68%
B = 41.37%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#667097 (or 0x667097) is known color: Waikawa Grey. HEX triplet: 66, 70 and 97. RGB value is (102,112,151). Sum of RGB (Red+Green+Blue) = 102+112+151=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #667097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667097 is #998F68. Grayscale: #717171. Windows color (decimal): -10063721 or 9924710. OLE color: 9924710.

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

Color convert

RGB 102 112 151 -
CMYK 0.32 0.26 0 0.41
HSL 227.76º 0.19% 0.5% -
HSV(B) 227.76º 0.32% 0.59% -
XYZ 16.86 16.65 31.6 -
YUV 113.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 102 112 151 0.32 0.26 0 0.41 227.76 0.19 0.5
Hex 66 70 97 20 1A 0 29 E4 13 32
Octal 146 160 227 40 32 0 51 344 23 62
Binary 1100110 1110000 10010111 100000 11010 0 101001 11100100 10011 110010

Color Harmonies of #667097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667097

Black with #667097

Text Example


Text Example

White with #667097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667097; }

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

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

background-color css

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

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

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

border-color css

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

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

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