Html Css Color HEX #64739F Waikawa Grey

📋 copy color: '#64739F'

red 100 ◦ green 115 ◦ blue 159

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

Shades of Waikawa Grey #64739F

Tints of Waikawa Grey #64739F

RGB

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

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

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

R = 26.74%
G = 30.75%
B = 42.51%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64739F (or 0x64739F) is known color: Waikawa Grey. HEX triplet: 64, 73 and 9F. RGB value is (100,115,159). Sum of RGB (Red+Green+Blue) = 100+115+159=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #64739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64739F is #9B8C60. Grayscale: #737373. Windows color (decimal): -10194017 or 10449764. OLE color: 10449764.

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

Color convert

RGB 100 115 159 -
CMYK 0.37 0.28 0 0.38
HSL 224.75º 0.24% 0.51% -
HSV(B) 224.75º 0.37% 0.62% -
XYZ 17.64 17.47 35.24 -
YUV 115.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 100 115 159 0.37 0.28 0 0.38 224.75 0.24 0.51
Hex 64 73 9F 25 1C 0 26 E1 18 33
Octal 144 163 237 45 34 0 46 341 30 63
Binary 1100100 1110011 10011111 100101 11100 0 100110 11100001 11000 110011

Color Harmonies of #64739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64739F

Black with #64739F

Text Example


Text Example

White with #64739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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