Html Css Color HEX #64739C Waikawa Grey

📋 copy color: '#64739C'

red 100 ◦ green 115 ◦ blue 156

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

Shades of Waikawa Grey #64739C

Tints of Waikawa Grey #64739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 26.95%
G = 31%
B = 42.05%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64739C (or 0x64739C) is known color: Waikawa Grey. HEX triplet: 64, 73 and 9C. RGB value is (100,115,156). Sum of RGB (Red+Green+Blue) = 100+115+156=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #64739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64739C is #9B8C63. Grayscale: #737373. Windows color (decimal): -10194020 or 10253156. OLE color: 10253156.

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

Color convert

RGB 100 115 156 -
CMYK 0.36 0.26 0 0.39
HSL 223.93º 0.22% 0.5% -
HSV(B) 223.93º 0.36% 0.61% -
XYZ 17.39 17.37 33.89 -
YUV 115.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 100 115 156 0.36 0.26 0 0.39 223.93 0.22 0.5
Hex 64 73 9C 24 1A 0 27 E0 16 32
Octal 144 163 234 44 32 0 47 340 26 62
Binary 1100100 1110011 10011100 100100 11010 0 100111 11100000 10110 110010

Color Harmonies of #64739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64739C

Black with #64739C

Text Example


Text Example

White with #64739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64739C; }

 p { color: rgb(100,115,156); }

 H1.HeaderClassName
 {
   color: #64739C;
 }
 .AnyTagClassName
 {
   color: #64739C;
 }
</style>

background-color css

<style>
 a { background-color: #64739C; }

 a { background-color: rgb(100,115,156); }

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

border-color css

<style>
 span { border-color: #64739C; }

 span { border-color: rgb(100,115,156); }

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