Html Css Color HEX #64789B Waikawa Grey

📋 copy color: '#64789B'

red 100 ◦ green 120 ◦ blue 155

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

Shades of Waikawa Grey #64789B

Tints of Waikawa Grey #64789B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 26.67%
G = 32%
B = 41.33%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64789B (or 0x64789B) is known color: Waikawa Grey. HEX triplet: 64, 78 and 9B. RGB value is (100,120,155). Sum of RGB (Red+Green+Blue) = 100+120+155=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #64789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789B is #9B8764. Grayscale: #757575. Windows color (decimal): -10192741 or 10188900. OLE color: 10188900.

HSL color Cylindrical-coordinate representation of color #64789B: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64789B is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 120 155 -
CMYK 0.35 0.23 0 0.39
HSL 218.18º 0.22% 0.5% -
HSV(B) 218.18º 0.35% 0.61% -
XYZ 17.89 18.51 33.64 -
YUV 118.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 100 120 155 0.35 0.23 0 0.39 218.18 0.22 0.5
Hex 64 78 9B 23 17 0 27 DA 16 32
Octal 144 170 233 43 27 0 47 332 26 62
Binary 1100100 1111000 10011011 100011 10111 0 100111 11011010 10110 110010

Color Harmonies of #64789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64789B

Black with #64789B

Text Example


Text Example

White with #64789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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