Html Css Color HEX #667099 Waikawa Grey

📋 copy color: '#667099'

red 102 ◦ green 112 ◦ blue 153

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

Shades of Waikawa Grey #667099

Tints of Waikawa Grey #667099

RGB

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

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

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

R = 27.79%
G = 30.52%
B = 41.69%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#667099 (or 0x667099) is known color: Waikawa Grey. HEX triplet: 66, 70 and 99. RGB value is (102,112,153). Sum of RGB (Red+Green+Blue) = 102+112+153=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #667099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667099 is #998F66. Grayscale: #717171. Windows color (decimal): -10063719 or 10055782. OLE color: 10055782.

HSL color Cylindrical-coordinate representation of color #667099: hue angle of 228.24º 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 #667099 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 112 153 -
CMYK 0.33 0.27 0 0.4
HSL 228.24º 0.2% 0.5% -
HSV(B) 228.24º 0.33% 0.6% -
XYZ 17.02 16.71 32.47 -
YUV 113.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 102 112 153 0.33 0.27 0 0.4 228.24 0.2 0.5
Hex 66 70 99 21 1B 0 28 E4 14 32
Octal 146 160 231 41 33 0 50 344 24 62
Binary 1100110 1110000 10011001 100001 11011 0 101000 11100100 10100 110010

Color Harmonies of #667099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667099

Black with #667099

Text Example


Text Example

White with #667099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667099; }

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

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

background-color css

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

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

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

border-color css

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

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

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