#619B93

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

Shades of Cadet Blue #619B93

Tints of Cadet Blue #619B93

Color information

#619B93 (or 0x619B93) is unknown color: approx Cadet Blue. HEX triplet: 61, 9B and 93. RGB value is (97,155,147). Sum of RGB (Red+Green+Blue) = 97+155+147=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #619B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B93 is #9E646C. Grayscale: #888888. Windows color (decimal): -10380397 or 9673569. OLE color: 9673569.

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

Color convert

RGB97155147-
CMYK0.3700.050.39
HSL171.72º23.02%49.41%-
HSV(B)171.72º37.42%60.78%-
XYZ21.9228.0931.87-
YUV136.75133.7899.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=24.31%
G=38.85%
B=36.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551470.3700.050.39171.7223.0249.41
Hex619B93250527ac1731
Octal1412332234505472542761
Binary1100001100110111001001110010101011001111010110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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