Html Css Color HEX #64749F Waikawa Grey

📋 copy color: '#64749F'

red 100 ◦ green 116 ◦ blue 159

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

Shades of Waikawa Grey #64749F

Tints of Waikawa Grey #64749F

RGB

 RED value IS 100 (39.45% from 255) = 26.67%

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

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

R = 26.67%
G = 30.93%
B = 42.4%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64749F (or 0x64749F) is known color: Waikawa Grey. HEX triplet: 64, 74 and 9F. RGB value is (100,116,159). Sum of RGB (Red+Green+Blue) = 100+116+159=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #64749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749F is #9B8B60. Grayscale: #737373. Windows color (decimal): -10193761 or 10450020. OLE color: 10450020.

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

Color convert

RGB 100 116 159 -
CMYK 0.37 0.27 0 0.38
HSL 223.73º 0.24% 0.51% -
HSV(B) 223.73º 0.37% 0.62% -
XYZ 17.76 17.7 35.28 -
YUV 116.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 100 116 159 0.37 0.27 0 0.38 223.73 0.24 0.51
Hex 64 74 9F 25 1B 0 26 E0 18 33
Octal 144 164 237 45 33 0 46 340 30 63
Binary 1100100 1110100 10011111 100101 11011 0 100110 11100000 11000 110011

Color Harmonies of #64749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64749F

Black with #64749F

Text Example


Text Example

White with #64749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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