Html Css Color HEX #667091 Waikawa Grey

📋 copy color: '#667091'

red 102 ◦ green 112 ◦ blue 145

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

Shades of Waikawa Grey #667091

Tints of Waikawa Grey #667091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 28.41%
G = 31.2%
B = 40.39%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#667091 (or 0x667091) is known color: Waikawa Grey. HEX triplet: 66, 70 and 91. RGB value is (102,112,145). Sum of RGB (Red+Green+Blue) = 102+112+145=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #667091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667091 is #998F6E. Grayscale: #707070. Windows color (decimal): -10063727 or 9531494. OLE color: 9531494.

HSL color Cylindrical-coordinate representation of color #667091: hue angle of 226.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667091 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 112 145 -
CMYK 0.30 0.23 0 0.43
HSL 226.05º 0.17% 0.48% -
HSV(B) 226.05º 0.3% 0.57% -
XYZ 16.38 16.46 29.1 -
YUV 112.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 102 112 145 0.30 0.23 0 0.43 226.05 0.17 0.48
Hex 66 70 91 1E 17 0 2B E2 11 30
Octal 146 160 221 36 27 0 53 342 21 60
Binary 1100110 1110000 10010001 11110 10111 0 101011 11100010 10001 110000

Color Harmonies of #667091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667091

Black with #667091

Text Example


Text Example

White with #667091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667091; }

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

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

background-color css

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

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

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

border-color css

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

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

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