Html Css Color HEX #667399 Waikawa Grey

📋 copy color: '#667399'

red 102 ◦ green 115 ◦ blue 153

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

Shades of Waikawa Grey #667399

Tints of Waikawa Grey #667399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 27.57%
G = 31.08%
B = 41.35%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#667399 (or 0x667399) is known color: Waikawa Grey. HEX triplet: 66, 73 and 99. RGB value is (102,115,153). Sum of RGB (Red+Green+Blue) = 102+115+153=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #667399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667399 is #998C66. Grayscale: #737373. Windows color (decimal): -10062951 or 10056550. OLE color: 10056550.

HSL color Cylindrical-coordinate representation of color #667399: hue angle of 224.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667399 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 115 153 -
CMYK 0.33 0.25 0 0.4
HSL 224.71º 0.2% 0.5% -
HSV(B) 224.71º 0.33% 0.6% -
XYZ 17.36 17.39 32.58 -
YUV 115.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 102 115 153 0.33 0.25 0 0.4 224.71 0.2 0.5
Hex 66 73 99 21 19 0 28 E1 14 32
Octal 146 163 231 41 31 0 50 341 24 62
Binary 1100110 1110011 10011001 100001 11001 0 101000 11100001 10100 110010

Color Harmonies of #667399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667399

Black with #667399

Text Example


Text Example

White with #667399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667399; }

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

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

background-color css

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

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

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

border-color css

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

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

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