Html Css Color HEX #667092 Waikawa Grey

📋 copy color: '#667092'

red 102 ◦ green 112 ◦ blue 146

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

Shades of Waikawa Grey #667092

Tints of Waikawa Grey #667092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 28.33%
G = 31.11%
B = 40.56%

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

#667092 (or 0x667092) is known color: Waikawa Grey. HEX triplet: 66, 70 and 92. RGB value is (102,112,146). Sum of RGB (Red+Green+Blue) = 102+112+146=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #667092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667092 is #998F6D. Grayscale: #707070. Windows color (decimal): -10063726 or 9597030. OLE color: 9597030.

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

Color convert

RGB 102 112 146 -
CMYK 0.30 0.23 0 0.43
HSL 226.36º 0.18% 0.49% -
HSV(B) 226.36º 0.3% 0.57% -
XYZ 16.46 16.49 29.51 -
YUV 112.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 102 112 146 0.30 0.23 0 0.43 226.36 0.18 0.49
Hex 66 70 92 1E 17 0 2B E2 12 31
Octal 146 160 222 36 27 0 53 342 22 61
Binary 1100110 1110000 10010010 11110 10111 0 101011 11100010 10010 110001

Color Harmonies of #667092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667092

Black with #667092

Text Example


Text Example

White with #667092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667092; }

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

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

background-color css

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

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

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

border-color css

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

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

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