Html Css Color HEX #64759D Waikawa Grey

📋 copy color: '#64759D'

red 100 ◦ green 117 ◦ blue 157

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

Shades of Waikawa Grey #64759D

Tints of Waikawa Grey #64759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

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

R = 26.74%
G = 31.28%
B = 41.98%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64759D (or 0x64759D) is known color: Waikawa Grey. HEX triplet: 64, 75 and 9D. RGB value is (100,117,157). Sum of RGB (Red+Green+Blue) = 100+117+157=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #64759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64759D is #9B8A62. Grayscale: #747474. Windows color (decimal): -10193507 or 10319204. OLE color: 10319204.

HSL color Cylindrical-coordinate representation of color #64759D: hue angle of 222.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64759D is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 117 157 -
CMYK 0.36 0.25 0 0.38
HSL 222.11º 0.23% 0.5% -
HSV(B) 222.11º 0.36% 0.62% -
XYZ 17.7 17.87 34.41 -
YUV 116.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 100 117 157 0.36 0.25 0 0.38 222.11 0.23 0.5
Hex 64 75 9D 24 19 0 26 DE 17 32
Octal 144 165 235 44 31 0 46 336 27 62
Binary 1100100 1110101 10011101 100100 11001 0 100110 11011110 10111 110010

Color Harmonies of #64759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64759D

Black with #64759D

Text Example


Text Example

White with #64759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,117,157); }

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

background-color css

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

 a { background-color: rgb(100,117,157); }

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

border-color css

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

 span { border-color: rgb(100,117,157); }

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