#619C99

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

Shades of Cadet Blue #619C99

Tints of Cadet Blue #619C99

Color information

#619C99 (or 0x619C99) is unknown color: approx Cadet Blue. HEX triplet: 61, 9C and 99. RGB value is (97,156,153). Sum of RGB (Red+Green+Blue) = 97+156+153=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #619C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C99 is #9E6366. Grayscale: #898989. Windows color (decimal): -10380135 or 10067041. OLE color: 10067041.

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

Color convert

RGB97156153-
CMYK0.3800.020.39
HSL176.95º23.32%49.61%-
HSV(B)176.95º37.82%61.18%-
XYZ22.5728.6234.47-
YUV138.02136.4598.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=23.89%
G=38.42%
B=37.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971561530.3800.020.39176.9523.3249.61
Hex619C99260227b11732
Octal1412342314602472612762
Binary110000110011100100110011001100101001111011000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619C99; }

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

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

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

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

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

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

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

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