#619B9D

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

Shades of Cadet Blue #619B9D

Tints of Cadet Blue #619B9D

Color information

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

HSL color Cylindrical-coordinate representation of color #619B9D: hue angle of 182º 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 #619B9D is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97155157-
CMYK0.380.0100.38
HSL182º23.62%49.8%-
HSV(B)182º38.22%61.57%-
XYZ22.7428.4236.19-
YUV137.89138.7898.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971551570.380.0100.3818223.6249.8
Hex619B9D261026b61832
Octal1412332354610462663062
Binary11000011001101110011101100110101001101011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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