Html Css Color HEX #64768D Waikawa Grey

📋 copy color: '#64768D'

red 100 ◦ green 118 ◦ blue 141

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

Shades of Waikawa Grey #64768D

Tints of Waikawa Grey #64768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 27.86%
G = 32.87%
B = 39.28%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64768D (or 0x64768D) is known color: Waikawa Grey. HEX triplet: 64, 76 and 8D. RGB value is (100,118,141). Sum of RGB (Red+Green+Blue) = 100+118+141=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #64768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64768D is #9B8972. Grayscale: #737373. Windows color (decimal): -10193267 or 9270884. OLE color: 9270884.

HSL color Cylindrical-coordinate representation of color #64768D: hue angle of 213.66º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64768D is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 118 141 -
CMYK 0.29 0.16 0 0.45
HSL 213.66º 0.17% 0.47% -
HSV(B) 213.66º 0.29% 0.55% -
XYZ 16.54 17.59 27.72 -
YUV 115.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 100 118 141 0.29 0.16 0 0.45 213.66 0.17 0.47
Hex 64 76 8D 1D 10 0 2D D6 11 2F
Octal 144 166 215 35 20 0 55 326 21 57
Binary 1100100 1110110 10001101 11101 10000 0 101101 11010110 10001 101111

Color Harmonies of #64768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64768D

Black with #64768D

Text Example


Text Example

White with #64768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,118,141); }

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

background-color css

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

 a { background-color: rgb(100,118,141); }

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

border-color css

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

 span { border-color: rgb(100,118,141); }

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