#619FAC

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

Shades of Cadet Blue #619FAC

Tints of Cadet Blue #619FAC

Color information

#619FAC (or 0x619FAC) is unknown color: approx Cadet Blue. HEX triplet: 61, 9F and AC. RGB value is (97,159,172). Sum of RGB (Red+Green+Blue) = 97+159+172=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #619FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FAC is #9E6053. Grayscale: #8D8D8D. Windows color (decimal): -10379348 or 11312993. OLE color: 11312993.

HSL color Cylindrical-coordinate representation of color #619FAC: hue angle of 190.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #619FAC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97159172-
CMYK0.440.0800.33
HSL190.4º31.12%52.75%-
HSV(B)190.4º43.6%67.45%-
XYZ24.7730.3243.58-
YUV141.94144.9695.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=22.66%
G=37.15%
B=40.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971591720.440.0800.33190.431.1252.75
Hex619FAC2C8021be1f35
Octal14123725454100412763765
Binary11000011001111110101100101100100001000011011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,159,172); }

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

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

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

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

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

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

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