#619D9B

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

Shades of Cadet Blue #619D9B

Tints of Cadet Blue #619D9B

Color information

#619D9B (or 0x619D9B) is unknown color: approx Cadet Blue. HEX triplet: 61, 9D and 9B. RGB value is (97,157,155). Sum of RGB (Red+Green+Blue) = 97+157+155=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #619D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D9B is #9E6264. Grayscale: #8A8A8A. Windows color (decimal): -10379877 or 10198369. OLE color: 10198369.

HSL color Cylindrical-coordinate representation of color #619D9B: hue angle of 178º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D9B is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB97157155-
CMYK0.3800.010.38
HSL178º23.62%49.8%-
HSV(B)178º38.22%61.57%-
XYZ22.929.0235.41-
YUV138.83137.1298.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=23.72%
G=38.39%
B=37.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571550.3800.010.3817823.6249.8
Hex619D9B260126b21832
Octal1412352334601462623062
Binary11000011001110110011011100110011001101011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,155); }

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

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

 a { background-color: rgb(97,157,155); }

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

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

 span { border-color: rgb(97,157,155); }

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