Html Css Color HEX #64759A Waikawa Grey

📋 copy color: '#64759A'

red 100 ◦ green 117 ◦ blue 154

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

Shades of Waikawa Grey #64759A

Tints of Waikawa Grey #64759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 26.95%
G = 31.54%
B = 41.51%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64759A (or 0x64759A) is known color: Waikawa Grey. HEX triplet: 64, 75 and 9A. RGB value is (100,117,154). Sum of RGB (Red+Green+Blue) = 100+117+154=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #64759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64759A is #9B8A65. Grayscale: #737373. Windows color (decimal): -10193510 or 10122596. OLE color: 10122596.

HSL color Cylindrical-coordinate representation of color #64759A: hue angle of 221.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64759A is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 117 154 -
CMYK 0.35 0.24 0 0.40
HSL 221.11º 0.21% 0.5% -
HSV(B) 221.11º 0.35% 0.6% -
XYZ 17.45 17.77 33.08 -
YUV 116.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 100 117 154 0.35 0.24 0 0.40 221.11 0.21 0.5
Hex 64 75 9A 23 18 0 28 DD 15 32
Octal 144 165 232 43 30 0 50 335 25 62
Binary 1100100 1110101 10011010 100011 11000 0 101000 11011101 10101 110010

Color Harmonies of #64759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64759A

Black with #64759A

Text Example


Text Example

White with #64759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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