Html Css Color HEX #649D9B Cadet Blue

📋 copy color: '#649D9B'

red 100 ◦ green 157 ◦ blue 155

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

Shades of Cadet Blue #649D9B

Tints of Cadet Blue #649D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 24.27%
G = 38.11%
B = 37.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#649D9B (or 0x649D9B) is known color: Cadet Blue. HEX triplet: 64, 9D and 9B. RGB value is (100,157,155). Sum of RGB (Red+Green+Blue) = 100+157+155=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #649D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D9B is #9B6264. Grayscale: #8B8B8B. Windows color (decimal): -10183269 or 10198372. OLE color: 10198372.

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

Color convert

RGB 100 157 155 -
CMYK 0.36 0 0.01 0.38
HSL 177.89º 0.23% 0.5% -
HSV(B) 177.89º 0.36% 0.62% -
XYZ 23.23 29.19 35.42 -
YUV 139.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 100 157 155 0.36 0 0.01 0.38 177.89 0.23 0.5
Hex 64 9D 9B 24 0 1 26 B2 17 32
Octal 144 235 233 44 0 1 46 262 27 62
Binary 1100100 10011101 10011011 100100 0 1 100110 10110010 10111 110010

Color Harmonies of #649D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D9B

Black with #649D9B

Text Example


Text Example

White with #649D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649D9B; }

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

 H1.HeaderClassName
 {
   color: #649D9B;
 }
 .AnyTagClassName
 {
   color: #649D9B;
 }
</style>

background-color css

<style>
 a { background-color: #649D9B; }

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

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

border-color css

<style>
 span { border-color: #649D9B; }

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

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