Html Css Color HEX #649CA6 Cadet Blue

📋 copy color: '#649CA6'

red 100 ◦ green 156 ◦ blue 166

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

Shades of Cadet Blue #649CA6

Tints of Cadet Blue #649CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

 BLUE value IS 166 (65.23% from 255) = 39.34%

R = 23.7%
G = 36.97%
B = 39.34%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#649CA6 (or 0x649CA6) is known color: Cadet Blue. HEX triplet: 64, 9C and A6. RGB value is (100,156,166). Sum of RGB (Red+Green+Blue) = 100+156+166=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #649CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649CA6 is #9B6359. Grayscale: #8C8C8C. Windows color (decimal): -10183514 or 10919012. OLE color: 10919012.

HSL color Cylindrical-coordinate representation of color #649CA6: hue angle of 189.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #649CA6 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 156 166 -
CMYK 0.40 0.06 0 0.35
HSL 189.09º 0.27% 0.52% -
HSV(B) 189.09º 0.4% 0.65% -
XYZ 24.03 29.24 40.45 -
YUV 140.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 100 156 166 0.40 0.06 0 0.35 189.09 0.27 0.52
Hex 64 9C A6 28 6 0 23 BD 1B 34
Octal 144 234 246 50 6 0 43 275 33 64
Binary 1100100 10011100 10100110 101000 110 0 100011 10111101 11011 110100

Color Harmonies of #649CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CA6

Black with #649CA6

Text Example


Text Example

White with #649CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,156,166); }

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

background-color css

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

 a { background-color: rgb(100,156,166); }

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

border-color css

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

 span { border-color: rgb(100,156,166); }

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