Html Css Color HEX #667299 Waikawa Grey

📋 copy color: '#667299'

red 102 ◦ green 114 ◦ blue 153

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

Shades of Waikawa Grey #667299

Tints of Waikawa Grey #667299

RGB

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

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

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

R = 27.64%
G = 30.89%
B = 41.46%

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

#667299 (or 0x667299) is known color: Waikawa Grey. HEX triplet: 66, 72 and 99. RGB value is (102,114,153). Sum of RGB (Red+Green+Blue) = 102+114+153=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #667299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667299 is #998D66. Grayscale: #727272. Windows color (decimal): -10063207 or 10056294. OLE color: 10056294.

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

Color convert

RGB 102 114 153 -
CMYK 0.33 0.25 0 0.4
HSL 225.88º 0.2% 0.5% -
HSV(B) 225.88º 0.33% 0.6% -
XYZ 17.25 17.16 32.54 -
YUV 114.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 102 114 153 0.33 0.25 0 0.4 225.88 0.2 0.5
Hex 66 72 99 21 19 0 28 E2 14 32
Octal 146 162 231 41 31 0 50 342 24 62
Binary 1100110 1110010 10011001 100001 11001 0 101000 11100010 10100 110010

Color Harmonies of #667299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667299

Black with #667299

Text Example


Text Example

White with #667299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667299; }

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

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

background-color css

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

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

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

border-color css

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

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

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