#649B98

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

Shades of Cadet Blue #649B98

Tints of Cadet Blue #649B98

Color information

#649B98 (or 0x649B98) is unknown color: approx Cadet Blue. HEX triplet: 64, 9B and 98. RGB value is (100,155,152). Sum of RGB (Red+Green+Blue) = 100+155+152=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #649B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B98 is #9B6467. Grayscale: #8A8A8A. Windows color (decimal): -10183784 or 10001252. OLE color: 10001252.

HSL color Cylindrical-coordinate representation of color #649B98: hue angle of 176.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B98 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB100155152-
CMYK0.3500.020.39
HSL176.73º21.57%50%-
HSV(B)176.73º35.48%60.78%-
XYZ22.6428.4234-
YUV138.21135.78100.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=24.57%
G=38.08%
B=37.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001551520.3500.020.39176.7321.5750
Hex649B98230227b11632
Octal1442332304302472612662
Binary110010010011011100110001000110101001111011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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