Html Css Color HEX #649FA1 Cadet Blue

📋 copy color: '#649FA1'

red 100 ◦ green 159 ◦ blue 161

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

Shades of Cadet Blue #649FA1

Tints of Cadet Blue #649FA1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 23.81%
G = 37.86%
B = 38.33%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#649FA1 (or 0x649FA1) is known color: Cadet Blue. HEX triplet: 64, 9F and A1. RGB value is (100,159,161). Sum of RGB (Red+Green+Blue) = 100+159+161=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #649FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FA1 is #9B605E. Grayscale: #8D8D8D. Windows color (decimal): -10182751 or 10592100. OLE color: 10592100.

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

Color convert

RGB 100 159 161 -
CMYK 0.38 0.01 0 0.37
HSL 181.97º 0.24% 0.51% -
HSV(B) 181.97º 0.38% 0.63% -
XYZ 24.09 30.08 38.25 -
YUV 141.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 100 159 161 0.38 0.01 0 0.37 181.97 0.24 0.51
Hex 64 9F A1 26 1 0 25 B6 18 33
Octal 144 237 241 46 1 0 45 266 30 63
Binary 1100100 10011111 10100001 100110 1 0 100101 10110110 11000 110011

Color Harmonies of #649FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FA1

Black with #649FA1

Text Example


Text Example

White with #649FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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