Html Css Color HEX #667086 Waikawa Grey

📋 copy color: '#667086'

red 102 ◦ green 112 ◦ blue 134

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

Shades of Waikawa Grey #667086

Tints of Waikawa Grey #667086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 29.31%
G = 32.18%
B = 38.51%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#667086 (or 0x667086) is known color: Waikawa Grey. HEX triplet: 66, 70 and 86. RGB value is (102,112,134). Sum of RGB (Red+Green+Blue) = 102+112+134=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #667086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667086 is #998F79. Grayscale: #6F6F6F. Windows color (decimal): -10063738 or 8810598. OLE color: 8810598.

HSL color Cylindrical-coordinate representation of color #667086: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667086 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 112 134 -
CMYK 0.24 0.16 0 0.47
HSL 221.25º 0.14% 0.46% -
HSV(B) 221.25º 0.24% 0.53% -
XYZ 15.58 16.13 24.85 -
YUV 111.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 102 112 134 0.24 0.16 0 0.47 221.25 0.14 0.46
Hex 66 70 86 18 10 0 2F DD E 2E
Octal 146 160 206 30 20 0 57 335 16 56
Binary 1100110 1110000 10000110 11000 10000 0 101111 11011101 1110 101110

Color Harmonies of #667086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667086

Black with #667086

Text Example


Text Example

White with #667086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667086; }

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

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

background-color css

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

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

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

border-color css

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

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

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