Html Css Color HEX #649B9D Cadet Blue

📋 copy color: '#649B9D'

red 100 ◦ green 155 ◦ blue 157

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

Shades of Cadet Blue #649B9D

Tints of Cadet Blue #649B9D

RGB

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

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

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

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

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

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

Color convert

RGB 100 155 157 -
CMYK 0.36 0.01 0 0.38
HSL 182.11º 0.23% 0.5% -
HSV(B) 182.11º 0.36% 0.62% -
XYZ 23.06 28.59 36.2 -
YUV 138.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 100 155 157 0.36 0.01 0 0.38 182.11 0.23 0.5
Hex 64 9B 9D 24 1 0 26 B6 17 32
Octal 144 233 235 44 1 0 46 266 27 62
Binary 1100100 10011011 10011101 100100 1 0 100110 10110110 10111 110010

Color Harmonies of #649B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B9D

Black with #649B9D

Text Example


Text Example

White with #649B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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