Html Css Color HEX #64789F Waikawa Grey

📋 copy color: '#64789F'

red 100 ◦ green 120 ◦ blue 159

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

Shades of Waikawa Grey #64789F

Tints of Waikawa Grey #64789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 26.39%
G = 31.66%
B = 41.95%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64789F (or 0x64789F) is known color: Waikawa Grey. HEX triplet: 64, 78 and 9F. RGB value is (100,120,159). Sum of RGB (Red+Green+Blue) = 100+120+159=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #64789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789F is #9B8760. Grayscale: #767676. Windows color (decimal): -10192737 or 10451044. OLE color: 10451044.

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

Color convert

RGB 100 120 159 -
CMYK 0.37 0.25 0 0.38
HSL 219.66º 0.24% 0.51% -
HSV(B) 219.66º 0.37% 0.62% -
XYZ 18.23 18.65 35.44 -
YUV 118.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 100 120 159 0.37 0.25 0 0.38 219.66 0.24 0.51
Hex 64 78 9F 25 19 0 26 DC 18 33
Octal 144 170 237 45 31 0 46 334 30 63
Binary 1100100 1111000 10011111 100101 11001 0 100110 11011100 11000 110011

Color Harmonies of #64789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64789F

Black with #64789F

Text Example


Text Example

White with #64789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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