Html Css Color HEX #667287 Waikawa Grey

📋 copy color: '#667287'

red 102 ◦ green 114 ◦ blue 135

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

Shades of Waikawa Grey #667287

Tints of Waikawa Grey #667287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 135 (53.13% from 255) = 38.46%

R = 29.06%
G = 32.48%
B = 38.46%

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

#667287 (or 0x667287) is known color: Waikawa Grey. HEX triplet: 66, 72 and 87. RGB value is (102,114,135). Sum of RGB (Red+Green+Blue) = 102+114+135=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #667287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667287 is #998D78. Grayscale: #707070. Windows color (decimal): -10063225 or 8876646. OLE color: 8876646.

HSL color Cylindrical-coordinate representation of color #667287: hue angle of 218.18º 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 #667287 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 114 135 -
CMYK 0.24 0.16 0 0.47
HSL 218.18º 0.14% 0.46% -
HSV(B) 218.18º 0.24% 0.53% -
XYZ 15.87 16.61 25.29 -
YUV 112.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 102 114 135 0.24 0.16 0 0.47 218.18 0.14 0.46
Hex 66 72 87 18 10 0 2F DA E 2E
Octal 146 162 207 30 20 0 57 332 16 56
Binary 1100110 1110010 10000111 11000 10000 0 101111 11011010 1110 101110

Color Harmonies of #667287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667287

Black with #667287

Text Example


Text Example

White with #667287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667287; }

 p { color: rgb(102,114,135); }

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

background-color css

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

 a { background-color: rgb(102,114,135); }

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

border-color css

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

 span { border-color: rgb(102,114,135); }

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