Html Css Color HEX #66749F Waikawa Grey

📋 copy color: '#66749F'

red 102 ◦ green 116 ◦ blue 159

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

Shades of Waikawa Grey #66749F

Tints of Waikawa Grey #66749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 27.06%
G = 30.77%
B = 42.18%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66749F (or 0x66749F) is known color: Waikawa Grey. HEX triplet: 66, 74 and 9F. RGB value is (102,116,159). Sum of RGB (Red+Green+Blue) = 102+116+159=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #66749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66749F is #998B60. Grayscale: #747474. Windows color (decimal): -10062689 or 10450022. OLE color: 10450022.

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

Color convert

RGB 102 116 159 -
CMYK 0.36 0.27 0 0.38
HSL 225.26º 0.23% 0.51% -
HSV(B) 225.26º 0.36% 0.62% -
XYZ 17.98 17.82 35.29 -
YUV 116.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 102 116 159 0.36 0.27 0 0.38 225.26 0.23 0.51
Hex 66 74 9F 24 1B 0 26 E1 17 33
Octal 146 164 237 44 33 0 46 341 27 63
Binary 1100110 1110100 10011111 100100 11011 0 100110 11100001 10111 110011

Color Harmonies of #66749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66749F

Black with #66749F

Text Example


Text Example

White with #66749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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