#619794

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

Shades of Cadet Blue #619794

Tints of Cadet Blue #619794

Color information

#619794 (or 0x619794) is unknown color: approx Cadet Blue. HEX triplet: 61, 97 and 94. RGB value is (97,151,148). Sum of RGB (Red+Green+Blue) = 97+151+148=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #619794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619794 is #9E686B. Grayscale: #868686. Windows color (decimal): -10381420 or 9738081. OLE color: 9738081.

HSL color Cylindrical-coordinate representation of color #619794: hue angle of 176.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619794 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB97151148-
CMYK0.3600.020.41
HSL176.67º21.77%48.63%-
HSV(B)176.67º35.76%59.22%-
XYZ21.3426.8132.07-
YUV134.51135.61101.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=24.49%
G=38.13%
B=37.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511480.3600.020.41176.6721.7748.63
Hex619794240229b11631
Octal1412272244402512612661
Binary110000110010111100101001001000101010011011000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619794; }

 p { color: rgb(97,151,148); }

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

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

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

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

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

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

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