#619699

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

Shades of Cadet Blue #619699

Tints of Cadet Blue #619699

Color information

#619699 (or 0x619699) is unknown color: approx Cadet Blue. HEX triplet: 61, 96 and 99. RGB value is (97,150,153). Sum of RGB (Red+Green+Blue) = 97+150+153=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 150 (58.98% from 255 or 37.5% 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 #619699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619699 is #9E6966. Grayscale: #868686. Windows color (decimal): -10381671 or 10065505. OLE color: 10065505.

HSL color Cylindrical-coordinate representation of color #619699: hue angle of 183.21º 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 #619699 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97150153-
CMYK0.370.0200.4
HSL183.21º22.4%49.02%-
HSV(B)183.21º36.6%60%-
XYZ21.5926.6534.14-
YUV134.5138.44101.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=24.25%
G=37.5%
B=38.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971501530.370.0200.4183.2122.449.02
Hex619699252028b71631
Octal1412262314520502672661
Binary110000110010110100110011001011001010001011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619699; }

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

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

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

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

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

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

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

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