Html Css Color HEX #64A59D Cadet Blue

📋 copy color: '#64A59D'

red 100 ◦ green 165 ◦ blue 157

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

Shades of Cadet Blue #64A59D

Tints of Cadet Blue #64A59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

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

R = 23.7%
G = 39.1%
B = 37.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#64A59D (or 0x64A59D) is known color: Cadet Blue. HEX triplet: 64, A5 and 9D. RGB value is (100,165,157). Sum of RGB (Red+Green+Blue) = 100+165+157=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #64A59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A59D is #9B5A62. Grayscale: #909090. Windows color (decimal): -10181219 or 10331492. OLE color: 10331492.

HSL color Cylindrical-coordinate representation of color #64A59D: hue angle of 172.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A59D is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 157 -
CMYK 0.39 0 0.05 0.35
HSL 172.62º 0.27% 0.52% -
HSV(B) 172.62º 0.39% 0.65% -
XYZ 24.8 32.05 36.78 -
YUV 144.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 100 165 157 0.39 0 0.05 0.35 172.62 0.27 0.52
Hex 64 A5 9D 27 0 5 23 AD 1B 34
Octal 144 245 235 47 0 5 43 255 33 64
Binary 1100100 10100101 10011101 100111 0 101 100011 10101101 11011 110100

Color Harmonies of #64A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A59D

Black with #64A59D

Text Example


Text Example

White with #64A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A59D; }

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

 H1.HeaderClassName
 {
   color: #64A59D;
 }
 .AnyTagClassName
 {
   color: #64A59D;
 }
</style>

background-color css

<style>
 a { background-color: #64A59D; }

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

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

border-color css

<style>
 span { border-color: #64A59D; }

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

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