#619FAA

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

Shades of Cadet Blue #619FAA

Tints of Cadet Blue #619FAA

Color information

#619FAA (or 0x619FAA) is unknown color: approx Cadet Blue. HEX triplet: 61, 9F and AA. RGB value is (97,159,170). Sum of RGB (Red+Green+Blue) = 97+159+170=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #619FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FAA is #9E6055. Grayscale: #8D8D8D. Windows color (decimal): -10379350 or 11181921. OLE color: 11181921.

HSL color Cylindrical-coordinate representation of color #619FAA: hue angle of 189.04º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619FAA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97159170-
CMYK0.430.0600.33
HSL189.04º30.04%52.35%-
HSV(B)189.04º42.94%66.67%-
XYZ24.5830.2442.57-
YUV141.72143.9696.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=22.77%
G=37.32%
B=39.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971591700.430.0600.33189.0430.0452.35
Hex619FAA2B6021bd1e34
Octal1412372525360412753664
Binary1100001100111111010101010101111001000011011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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