Html Css Color HEX #64768B Waikawa Grey

📋 copy color: '#64768B'

red 100 ◦ green 118 ◦ blue 139

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

Shades of Waikawa Grey #64768B

Tints of Waikawa Grey #64768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 28.01%
G = 33.05%
B = 38.94%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64768B (or 0x64768B) is known color: Waikawa Grey. HEX triplet: 64, 76 and 8B. RGB value is (100,118,139). Sum of RGB (Red+Green+Blue) = 100+118+139=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #64768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64768B is #9B8974. Grayscale: #727272. Windows color (decimal): -10193269 or 9139812. OLE color: 9139812.

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

Color convert

RGB 100 118 139 -
CMYK 0.28 0.15 0 0.45
HSL 212.31º 0.16% 0.47% -
HSV(B) 212.31º 0.28% 0.55% -
XYZ 16.39 17.53 26.95 -
YUV 115.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 100 118 139 0.28 0.15 0 0.45 212.31 0.16 0.47
Hex 64 76 8B 1C F 0 2D D4 10 2F
Octal 144 166 213 34 17 0 55 324 20 57
Binary 1100100 1110110 10001011 11100 1111 0 101101 11010100 10000 101111

Color Harmonies of #64768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64768B

Black with #64768B

Text Example


Text Example

White with #64768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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