Html Css Color HEX #64959F Cadet Blue

📋 copy color: '#64959F'

red 100 ◦ green 149 ◦ blue 159

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

Shades of Cadet Blue #64959F

Tints of Cadet Blue #64959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 24.51%
G = 36.52%
B = 38.97%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64959F (or 0x64959F) is known color: Cadet Blue. HEX triplet: 64, 95 and 9F. RGB value is (100,149,159). Sum of RGB (Red+Green+Blue) = 100+149+159=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #64959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64959F is #9B6A60. Grayscale: #878787. Windows color (decimal): -10185313 or 10458468. OLE color: 10458468.

HSL color Cylindrical-coordinate representation of color #64959F: hue angle of 190.17º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64959F is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 149 159 -
CMYK 0.37 0.06 0 0.38
HSL 190.17º 0.24% 0.51% -
HSV(B) 190.17º 0.37% 0.62% -
XYZ 22.26 26.71 36.78 -
YUV 135.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 100 149 159 0.37 0.06 0 0.38 190.17 0.24 0.51
Hex 64 95 9F 25 6 0 26 BE 18 33
Octal 144 225 237 45 6 0 46 276 30 63
Binary 1100100 10010101 10011111 100101 110 0 100110 10111110 11000 110011

Color Harmonies of #64959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64959F

Black with #64959F

Text Example


Text Example

White with #64959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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