Html Css Color HEX #649FAA Cadet Blue

📋 copy color: '#649FAA'

red 100 ◦ green 159 ◦ blue 170

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

Shades of Cadet Blue #649FAA

Tints of Cadet Blue #649FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 23.31%
G = 37.06%
B = 39.63%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#649FAA (or 0x649FAA) is known color: Cadet Blue. HEX triplet: 64, 9F and AA. RGB value is (100,159,170). Sum of RGB (Red+Green+Blue) = 100+159+170=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #649FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FAA is #9B6055. Grayscale: #8E8E8E. Windows color (decimal): -10182742 or 11181924. OLE color: 11181924.

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

Color convert

RGB 100 159 170 -
CMYK 0.41 0.06 0 0.33
HSL 189.43º 0.29% 0.53% -
HSV(B) 189.43º 0.41% 0.67% -
XYZ 24.91 30.41 42.59 -
YUV 142.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 100 159 170 0.41 0.06 0 0.33 189.43 0.29 0.53
Hex 64 9F AA 29 6 0 21 BD 1D 35
Octal 144 237 252 51 6 0 41 275 35 65
Binary 1100100 10011111 10101010 101001 110 0 100001 10111101 11101 110101

Color Harmonies of #649FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FAA

Black with #649FAA

Text Example


Text Example

White with #649FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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