Html Css Color HEX #64959D Cadet Blue

📋 copy color: '#64959D'

red 100 ◦ green 149 ◦ blue 157

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

Shades of Cadet Blue #64959D

Tints of Cadet Blue #64959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 24.63%
G = 36.7%
B = 38.67%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64959D (or 0x64959D) is known color: Cadet Blue. HEX triplet: 64, 95 and 9D. RGB value is (100,149,157). Sum of RGB (Red+Green+Blue) = 100+149+157=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #64959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64959D is #9B6A62. Grayscale: #878787. Windows color (decimal): -10185315 or 10327396. OLE color: 10327396.

HSL color Cylindrical-coordinate representation of color #64959D: hue angle of 188.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64959D is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 149 157 -
CMYK 0.36 0.05 0 0.38
HSL 188.42º 0.23% 0.5% -
HSV(B) 188.42º 0.36% 0.62% -
XYZ 22.09 26.64 35.88 -
YUV 135.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 100 149 157 0.36 0.05 0 0.38 188.42 0.23 0.5
Hex 64 95 9D 24 5 0 26 BC 17 32
Octal 144 225 235 44 5 0 46 274 27 62
Binary 1100100 10010101 10011101 100100 101 0 100110 10111100 10111 110010

Color Harmonies of #64959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64959D

Black with #64959D

Text Example


Text Example

White with #64959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,149,157); }

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

background-color css

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

 a { background-color: rgb(100,149,157); }

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

border-color css

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

 span { border-color: rgb(100,149,157); }

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