Html Css Color HEX #66739F Waikawa Grey

📋 copy color: '#66739F'

red 102 ◦ green 115 ◦ blue 159

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

Shades of Waikawa Grey #66739F

Tints of Waikawa Grey #66739F

RGB

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

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

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

R = 27.13%
G = 30.59%
B = 42.29%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66739F (or 0x66739F) is known color: Waikawa Grey. HEX triplet: 66, 73 and 9F. RGB value is (102,115,159). Sum of RGB (Red+Green+Blue) = 102+115+159=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #66739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66739F is #998C60. Grayscale: #737373. Windows color (decimal): -10062945 or 10449766. OLE color: 10449766.

HSL color Cylindrical-coordinate representation of color #66739F: hue angle of 226.32º 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 #66739F is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 115 159 -
CMYK 0.36 0.28 0 0.38
HSL 226.32º 0.23% 0.51% -
HSV(B) 226.32º 0.36% 0.62% -
XYZ 17.87 17.59 35.25 -
YUV 116.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 102 115 159 0.36 0.28 0 0.38 226.32 0.23 0.51
Hex 66 73 9F 24 1C 0 26 E2 17 33
Octal 146 163 237 44 34 0 46 342 27 63
Binary 1100110 1110011 10011111 100100 11100 0 100110 11100010 10111 110011

Color Harmonies of #66739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66739F

Black with #66739F

Text Example


Text Example

White with #66739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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