Html Css Color HEX #667388 Waikawa Grey

📋 copy color: '#667388'

red 102 ◦ green 115 ◦ blue 136

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

Shades of Waikawa Grey #667388

Tints of Waikawa Grey #667388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 28.9%
G = 32.58%
B = 38.53%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#667388 (or 0x667388) is known color: Waikawa Grey. HEX triplet: 66, 73 and 88. RGB value is (102,115,136). Sum of RGB (Red+Green+Blue) = 102+115+136=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #667388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667388 is #998C77. Grayscale: #717171. Windows color (decimal): -10062968 or 8942438. OLE color: 8942438.

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

Color convert

RGB 102 115 136 -
CMYK 0.25 0.15 0 0.47
HSL 217.06º 0.14% 0.47% -
HSV(B) 217.06º 0.25% 0.53% -
XYZ 16.05 16.86 25.7 -
YUV 113.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 102 115 136 0.25 0.15 0 0.47 217.06 0.14 0.47
Hex 66 73 88 19 F 0 2F D9 E 2F
Octal 146 163 210 31 17 0 57 331 16 57
Binary 1100110 1110011 10001000 11001 1111 0 101111 11011001 1110 101111

Color Harmonies of #667388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667388

Black with #667388

Text Example


Text Example

White with #667388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667388; }

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

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

background-color css

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

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

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

border-color css

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

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

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