Html Css Color HEX #64949D Cadet Blue

📋 copy color: '#64949D'

red 100 ◦ green 148 ◦ blue 157

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

Shades of Cadet Blue #64949D

Tints of Cadet Blue #64949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 24.69%
G = 36.54%
B = 38.77%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64949D (or 0x64949D) is known color: Cadet Blue. HEX triplet: 64, 94 and 9D. RGB value is (100,148,157). Sum of RGB (Red+Green+Blue) = 100+148+157=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #64949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64949D is #9B6B62. Grayscale: #868686. Windows color (decimal): -10185571 or 10327140. OLE color: 10327140.

HSL color Cylindrical-coordinate representation of color #64949D: hue angle of 189.47º 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 #64949D is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 148 157 -
CMYK 0.36 0.06 0 0.38
HSL 189.47º 0.23% 0.5% -
HSV(B) 189.47º 0.36% 0.62% -
XYZ 21.93 26.32 35.82 -
YUV 134.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 100 148 157 0.36 0.06 0 0.38 189.47 0.23 0.5
Hex 64 94 9D 24 6 0 26 BD 17 32
Octal 144 224 235 44 6 0 46 275 27 62
Binary 1100100 10010100 10011101 100100 110 0 100110 10111101 10111 110010

Color Harmonies of #64949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64949D

Black with #64949D

Text Example


Text Example

White with #64949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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