Html Css Color HEX #649EA4 Cadet Blue

📋 copy color: '#649EA4'

red 100 ◦ green 158 ◦ blue 164

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

Shades of Cadet Blue #649EA4

Tints of Cadet Blue #649EA4

RGB

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

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

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

R = 23.7%
G = 37.44%
B = 38.86%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#649EA4 (or 0x649EA4) is known color: Cadet Blue. HEX triplet: 64, 9E and A4. RGB value is (100,158,164). Sum of RGB (Red+Green+Blue) = 100+158+164=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #649EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649EA4 is #9B615B. Grayscale: #8D8D8D. Windows color (decimal): -10183004 or 10788452. OLE color: 10788452.

HSL color Cylindrical-coordinate representation of color #649EA4: hue angle of 185.62º 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 #649EA4 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 158 164 -
CMYK 0.39 0.04 0 0.36
HSL 185.63º 0.26% 0.52% -
HSV(B) 185.63º 0.39% 0.64% -
XYZ 24.18 29.84 39.61 -
YUV 141.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 100 158 164 0.39 0.04 0 0.36 185.63 0.26 0.52
Hex 64 9E A4 27 4 0 24 BA 1A 34
Octal 144 236 244 47 4 0 44 272 32 64
Binary 1100100 10011110 10100100 100111 100 0 100100 10111010 11010 110100

Color Harmonies of #649EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EA4

Black with #649EA4

Text Example


Text Example

White with #649EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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