#619599

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

Shades of Cadet Blue #619599

Tints of Cadet Blue #619599

Color information

#619599 (or 0x619599) is unknown color: approx Cadet Blue. HEX triplet: 61, 95 and 99. RGB value is (97,149,153). Sum of RGB (Red+Green+Blue) = 97+149+153=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #619599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619599 is #9E6A66. Grayscale: #858585. Windows color (decimal): -10381927 or 10065249. OLE color: 10065249.

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

Color convert

RGB97149153-
CMYK0.370.0300.4
HSL184.29º22.4%49.02%-
HSV(B)184.29º36.6%60%-
XYZ21.4326.3434.09-
YUV133.91138.77101.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=24.31%
G=37.34%
B=38.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971491530.370.0300.4184.2922.449.02
Hex619599253028b81631
Octal1412252314530502702661
Binary110000110010101100110011001011101010001011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619599; }

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

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

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

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

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

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

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

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