Html Css Color HEX #64748D Waikawa Grey

📋 copy color: '#64748D'

red 100 ◦ green 116 ◦ blue 141

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

Shades of Waikawa Grey #64748D

Tints of Waikawa Grey #64748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 28.01%
G = 32.49%
B = 39.5%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64748D (or 0x64748D) is known color: Waikawa Grey. HEX triplet: 64, 74 and 8D. RGB value is (100,116,141). Sum of RGB (Red+Green+Blue) = 100+116+141=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #64748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64748D is #9B8B72. Grayscale: #717171. Windows color (decimal): -10193779 or 9270372. OLE color: 9270372.

HSL color Cylindrical-coordinate representation of color #64748D: hue angle of 216.59º 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 #64748D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 116 141 -
CMYK 0.29 0.18 0 0.45
HSL 216.59º 0.17% 0.47% -
HSV(B) 216.59º 0.29% 0.55% -
XYZ 16.31 17.12 27.64 -
YUV 114.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 100 116 141 0.29 0.18 0 0.45 216.59 0.17 0.47
Hex 64 74 8D 1D 12 0 2D D9 11 2F
Octal 144 164 215 35 22 0 55 331 21 57
Binary 1100100 1110100 10001101 11101 10010 0 101101 11011001 10001 101111

Color Harmonies of #64748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64748D

Black with #64748D

Text Example


Text Example

White with #64748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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