Html Css Color HEX #667288 Waikawa Grey

📋 copy color: '#667288'

red 102 ◦ green 114 ◦ blue 136

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

Shades of Waikawa Grey #667288

Tints of Waikawa Grey #667288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 28.98%
G = 32.39%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#667288 (or 0x667288) is known color: Waikawa Grey. HEX triplet: 66, 72 and 88. RGB value is (102,114,136). Sum of RGB (Red+Green+Blue) = 102+114+136=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #667288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667288 is #998D77. Grayscale: #707070. Windows color (decimal): -10063224 or 8942182. OLE color: 8942182.

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

Color convert

RGB 102 114 136 -
CMYK 0.25 0.16 0 0.47
HSL 218.82º 0.14% 0.47% -
HSV(B) 218.82º 0.25% 0.53% -
XYZ 15.94 16.64 25.66 -
YUV 112.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 102 114 136 0.25 0.16 0 0.47 218.82 0.14 0.47
Hex 66 72 88 19 10 0 2F DB E 2F
Octal 146 162 210 31 20 0 57 333 16 57
Binary 1100110 1110010 10001000 11001 10000 0 101111 11011011 1110 101111

Color Harmonies of #667288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667288

Black with #667288

Text Example


Text Example

White with #667288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667288; }

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

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

background-color css

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

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

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

border-color css

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

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

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