#629599

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

Shades of Cadet Blue #629599

Tints of Cadet Blue #629599

Color information

#629599 (or 0x629599) is unknown color: approx Cadet Blue. HEX triplet: 62, 95 and 99. RGB value is (98,149,153). Sum of RGB (Red+Green+Blue) = 98+149+153=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 149 (58.59% from 255 or 37.25% 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 #629599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629599 is #9D6A66. Grayscale: #868686. Windows color (decimal): -10316391 or 10065250. OLE color: 10065250.

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

Color convert

RGB98149153-
CMYK0.360.0300.4
HSL184.36º21.91%49.22%-
HSV(B)184.36º35.95%60%-
XYZ21.5326.3934.1-
YUV134.21138.6102.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=24.5%
G=37.25%
B=38.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981491530.360.0300.4184.3621.9149.22
Hex629599243028b81631
Octal1422252314430502702661
Binary110001010010101100110011001001101010001011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629599; }

 p { color: rgb(98,149,153); }

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

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

 a { background-color: rgb(98,149,153); }

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

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

 span { border-color: rgb(98,149,153); }

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