Html Css Color HEX #649FA4 Cadet Blue

📋 copy color: '#649FA4'

red 100 ◦ green 159 ◦ blue 164

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

Shades of Cadet Blue #649FA4

Tints of Cadet Blue #649FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 23.64%
G = 37.59%
B = 38.77%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#649FA4 (or 0x649FA4) is known color: Cadet Blue. HEX triplet: 64, 9F and A4. RGB value is (100,159,164). Sum of RGB (Red+Green+Blue) = 100+159+164=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #649FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FA4 is #9B605B. Grayscale: #8D8D8D. Windows color (decimal): -10182748 or 10788708. OLE color: 10788708.

HSL color Cylindrical-coordinate representation of color #649FA4: hue angle of 184.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #649FA4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 159 164 -
CMYK 0.39 0.03 0 0.36
HSL 184.69º 0.26% 0.52% -
HSV(B) 184.69º 0.39% 0.64% -
XYZ 24.35 30.19 39.66 -
YUV 141.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 100 159 164 0.39 0.03 0 0.36 184.69 0.26 0.52
Hex 64 9F A4 27 3 0 24 B9 1A 34
Octal 144 237 244 47 3 0 44 271 32 64
Binary 1100100 10011111 10100100 100111 11 0 100100 10111001 11010 110100

Color Harmonies of #649FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FA4

Black with #649FA4

Text Example


Text Example

White with #649FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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