Html Css Color HEX #649399 Cadet Blue

📋 copy color: '#649399'

red 100 ◦ green 147 ◦ blue 153

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

Shades of Cadet Blue #649399

Tints of Cadet Blue #649399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 25%
G = 36.75%
B = 38.25%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#649399 (or 0x649399) is known color: Cadet Blue. HEX triplet: 64, 93 and 99. RGB value is (100,147,153). Sum of RGB (Red+Green+Blue) = 100+147+153=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #649399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649399 is #9B6C66. Grayscale: #858585. Windows color (decimal): -10185831 or 10064740. OLE color: 10064740.

HSL color Cylindrical-coordinate representation of color #649399: hue angle of 186.79º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649399 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 147 153 -
CMYK 0.35 0.04 0 0.4
HSL 186.79º 0.21% 0.5% -
HSV(B) 186.79º 0.35% 0.6% -
XYZ 21.44 25.88 34 -
YUV 133.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 100 147 153 0.35 0.04 0 0.4 186.79 0.21 0.5
Hex 64 93 99 23 4 0 28 BB 15 32
Octal 144 223 231 43 4 0 50 273 25 62
Binary 1100100 10010011 10011001 100011 100 0 101000 10111011 10101 110010

Color Harmonies of #649399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649399

Black with #649399

Text Example


Text Example

White with #649399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649399; }

 p { color: rgb(100,147,153); }

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

background-color css

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

 a { background-color: rgb(100,147,153); }

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

border-color css

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

 span { border-color: rgb(100,147,153); }

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