Html Css Color HEX #64999F Cadet Blue

📋 copy color: '#64999F'

red 100 ◦ green 153 ◦ blue 159

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

Shades of Cadet Blue #64999F

Tints of Cadet Blue #64999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 24.27%
G = 37.14%
B = 38.59%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64999F (or 0x64999F) is known color: Cadet Blue. HEX triplet: 64, 99 and 9F. RGB value is (100,153,159). Sum of RGB (Red+Green+Blue) = 100+153+159=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #64999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64999F is #9B6660. Grayscale: #898989. Windows color (decimal): -10184289 or 10459492. OLE color: 10459492.

HSL color Cylindrical-coordinate representation of color #64999F: hue angle of 186.1º 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 #64999F is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 153 159 -
CMYK 0.37 0.04 0 0.38
HSL 186.1º 0.24% 0.51% -
HSV(B) 186.1º 0.37% 0.62% -
XYZ 22.9 28 37 -
YUV 137.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 100 153 159 0.37 0.04 0 0.38 186.1 0.24 0.51
Hex 64 99 9F 25 4 0 26 BA 18 33
Octal 144 231 237 45 4 0 46 272 30 63
Binary 1100100 10011001 10011111 100101 100 0 100110 10111010 11000 110011

Color Harmonies of #64999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64999F

Black with #64999F

Text Example


Text Example

White with #64999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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