Html Css Color HEX #66759F Waikawa Grey

📋 copy color: '#66759F'

red 102 ◦ green 117 ◦ blue 159

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

Shades of Waikawa Grey #66759F

Tints of Waikawa Grey #66759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 26.98%
G = 30.95%
B = 42.06%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66759F (or 0x66759F) is known color: Waikawa Grey. HEX triplet: 66, 75 and 9F. RGB value is (102,117,159). Sum of RGB (Red+Green+Blue) = 102+117+159=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #66759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66759F is #998A60. Grayscale: #757575. Windows color (decimal): -10062433 or 10450278. OLE color: 10450278.

HSL color Cylindrical-coordinate representation of color #66759F: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66759F is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 117 159 -
CMYK 0.36 0.26 0 0.38
HSL 224.21º 0.23% 0.51% -
HSV(B) 224.21º 0.36% 0.62% -
XYZ 18.1 18.05 35.33 -
YUV 117.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 102 117 159 0.36 0.26 0 0.38 224.21 0.23 0.51
Hex 66 75 9F 24 1A 0 26 E0 17 33
Octal 146 165 237 44 32 0 46 340 27 63
Binary 1100110 1110101 10011111 100100 11010 0 100110 11100000 10111 110011

Color Harmonies of #66759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66759F

Black with #66759F

Text Example


Text Example

White with #66759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66759F; }

 p { color: rgb(102,117,159); }

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

background-color css

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

 a { background-color: rgb(102,117,159); }

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

border-color css

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

 span { border-color: rgb(102,117,159); }

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