Html Css Color HEX #649593 Cadet Blue

📋 copy color: '#649593'

red 100 ◦ green 149 ◦ blue 147

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

Shades of Cadet Blue #649593

Tints of Cadet Blue #649593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 25.25%
G = 37.63%
B = 37.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#649593 (or 0x649593) is known color: Cadet Blue. HEX triplet: 64, 95 and 93. RGB value is (100,149,147). Sum of RGB (Red+Green+Blue) = 100+149+147=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #649593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649593 is #9B6A6C. Grayscale: #868686. Windows color (decimal): -10185325 or 9672036. OLE color: 9672036.

HSL color Cylindrical-coordinate representation of color #649593: hue angle of 177.55º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649593 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 147 -
CMYK 0.33 0 0.01 0.42
HSL 177.55º 0.2% 0.49% -
HSV(B) 177.55º 0.33% 0.58% -
XYZ 21.27 26.31 31.56 -
YUV 134.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 100 149 147 0.33 0 0.01 0.42 177.55 0.2 0.49
Hex 64 95 93 21 0 1 2A B2 14 31
Octal 144 225 223 41 0 1 52 262 24 61
Binary 1100100 10010101 10010011 100001 0 1 101010 10110010 10100 110001

Color Harmonies of #649593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649593

Black with #649593

Text Example


Text Example

White with #649593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649593; }

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

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

background-color css

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

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

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

border-color css

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

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

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