Html Css Color HEX #649EAB Cadet Blue

📋 copy color: '#649EAB'

red 100 ◦ green 158 ◦ blue 171

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

Shades of Cadet Blue #649EAB

Tints of Cadet Blue #649EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 23.31%
G = 36.83%
B = 39.86%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#649EAB (or 0x649EAB) is known color: Cadet Blue. HEX triplet: 64, 9E and AB. RGB value is (100,158,171). Sum of RGB (Red+Green+Blue) = 100+158+171=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #649EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649EAB is #9B6154. Grayscale: #8E8E8E. Windows color (decimal): -10182997 or 11247204. OLE color: 11247204.

HSL color Cylindrical-coordinate representation of color #649EAB: hue angle of 190.99º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #649EAB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 158 171 -
CMYK 0.42 0.08 0 0.33
HSL 190.99º 0.3% 0.53% -
HSV(B) 190.99º 0.42% 0.67% -
XYZ 24.83 30.1 43.03 -
YUV 142.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 100 158 171 0.42 0.08 0 0.33 190.99 0.3 0.53
Hex 64 9E AB 2A 8 0 21 BF 1E 35
Octal 144 236 253 52 10 0 41 277 36 65
Binary 1100100 10011110 10101011 101010 1000 0 100001 10111111 11110 110101

Color Harmonies of #649EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EAB

Black with #649EAB

Text Example


Text Example

White with #649EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,158,171); }

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

background-color css

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

 a { background-color: rgb(100,158,171); }

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

border-color css

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

 span { border-color: rgb(100,158,171); }

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