Html Css Color HEX #649398 Cadet Blue

📋 copy color: '#649398'

red 100 ◦ green 147 ◦ blue 152

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

Shades of Cadet Blue #649398

Tints of Cadet Blue #649398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 25.06%
G = 36.84%
B = 38.1%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#649398 (or 0x649398) is known color: Cadet Blue. HEX triplet: 64, 93 and 98. RGB value is (100,147,152). Sum of RGB (Red+Green+Blue) = 100+147+152=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #649398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649398 is #9B6C67. Grayscale: #858585. Windows color (decimal): -10185832 or 9999204. OLE color: 9999204.

HSL color Cylindrical-coordinate representation of color #649398: hue angle of 185.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649398 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 147 152 -
CMYK 0.34 0.03 0 0.40
HSL 185.77º 0.21% 0.49% -
HSV(B) 185.77º 0.34% 0.6% -
XYZ 21.36 25.84 33.57 -
YUV 133.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 100 147 152 0.34 0.03 0 0.40 185.77 0.21 0.49
Hex 64 93 98 22 3 0 28 BA 15 31
Octal 144 223 230 42 3 0 50 272 25 61
Binary 1100100 10010011 10011000 100010 11 0 101000 10111010 10101 110001

Color Harmonies of #649398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649398

Black with #649398

Text Example


Text Example

White with #649398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649398; }

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

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

background-color css

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

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

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

border-color css

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

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

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