#649A98

Color #649A98 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #649A98

Tints of Cadet Blue #649A98

Color information

#649A98 (or 0x649A98) is unknown color: approx Cadet Blue. HEX triplet: 64, 9A and 98. RGB value is (100,154,152). Sum of RGB (Red+Green+Blue) = 100+154+152=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #649A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649A98 is #9B6567. Grayscale: #898989. Windows color (decimal): -10184040 or 10000996. OLE color: 10000996.

HSL color Cylindrical-coordinate representation of color #649A98: hue angle of 177.78º 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 #649A98 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB100154152-
CMYK0.3500.010.40
HSL177.78º21.26%49.8%-
HSV(B)177.78º35.06%60.39%-
XYZ22.4828.0933.94-
YUV137.63136.11101.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=24.63%
G=37.93%
B=37.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001541520.3500.010.40177.7821.2649.8
Hex649A98230128b21532
Octal1442322304301502622562
Binary11001001001101010011000100011011010001011001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #649A98;
 }
 .AnyTagClassName
 {
   color: #649A98;
 }
</style>
background-color css

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

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

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

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

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

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