Html Css Color HEX #66799A Waikawa Grey

📋 copy color: '#66799A'

red 102 ◦ green 121 ◦ blue 154

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

Shades of Waikawa Grey #66799A

Tints of Waikawa Grey #66799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 27.06%
G = 32.1%
B = 40.85%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66799A (or 0x66799A) is known color: Waikawa Grey. HEX triplet: 66, 79 and 9A. RGB value is (102,121,154). Sum of RGB (Red+Green+Blue) = 102+121+154=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #66799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66799A is #998665. Grayscale: #767676. Windows color (decimal): -10061414 or 10123622. OLE color: 10123622.

HSL color Cylindrical-coordinate representation of color #66799A: hue angle of 218.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66799A is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 121 154 -
CMYK 0.34 0.21 0 0.40
HSL 218.08º 0.2% 0.5% -
HSV(B) 218.08º 0.34% 0.6% -
XYZ 18.15 18.83 33.25 -
YUV 119.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 102 121 154 0.34 0.21 0 0.40 218.08 0.2 0.5
Hex 66 79 9A 22 15 0 28 DA 14 32
Octal 146 171 232 42 25 0 50 332 24 62
Binary 1100110 1111001 10011010 100010 10101 0 101000 11011010 10100 110010

Color Harmonies of #66799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66799A

Black with #66799A

Text Example


Text Example

White with #66799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66799A; }

 p { color: rgb(102,121,154); }

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

background-color css

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

 a { background-color: rgb(102,121,154); }

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

border-color css

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

 span { border-color: rgb(102,121,154); }

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