Html Css Color HEX #66749D Waikawa Grey

📋 copy color: '#66749D'

red 102 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #66749D

Tints of Waikawa Grey #66749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 27.2%
G = 30.93%
B = 41.87%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66749D (or 0x66749D) is known color: Waikawa Grey. HEX triplet: 66, 74 and 9D. RGB value is (102,116,157). Sum of RGB (Red+Green+Blue) = 102+116+157=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #66749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66749D is #998B62. Grayscale: #747474. Windows color (decimal): -10062691 or 10318950. OLE color: 10318950.

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

Color convert

RGB 102 116 157 -
CMYK 0.35 0.26 0 0.38
HSL 224.73º 0.22% 0.51% -
HSV(B) 224.73º 0.35% 0.62% -
XYZ 17.81 17.75 34.39 -
YUV 116.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 102 116 157 0.35 0.26 0 0.38 224.73 0.22 0.51
Hex 66 74 9D 23 1A 0 26 E1 16 33
Octal 146 164 235 43 32 0 46 341 26 63
Binary 1100110 1110100 10011101 100011 11010 0 100110 11100001 10110 110011

Color Harmonies of #66749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66749D

Black with #66749D

Text Example


Text Example

White with #66749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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