#619D9D

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

Shades of Cadet Blue #619D9D

Tints of Cadet Blue #619D9D

Color information

#619D9D (or 0x619D9D) is unknown color: approx Cadet Blue. HEX triplet: 61, 9D and 9D. RGB value is (97,157,157). Sum of RGB (Red+Green+Blue) = 97+157+157=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #619D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D9D is #9E6262. Grayscale: #8B8B8B. Windows color (decimal): -10379875 or 10329441. OLE color: 10329441.

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

Color convert

RGB97157157-
CMYK0.38000.38
HSL180º23.62%49.8%-
HSV(B)180º38.22%61.57%-
XYZ23.0729.0936.3-
YUV139.06138.1298-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.60%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=23.60%
G=38.20%
B=38.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571570.38000.3818023.6249.8
Hex619D9D260026b41832
Octal1412352354600462643062
Binary11000011001110110011101100110001001101011010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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