#619CAA

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

Shades of Cadet Blue #619CAA

Tints of Cadet Blue #619CAA

Color information

#619CAA (or 0x619CAA) is unknown color: approx Cadet Blue. HEX triplet: 61, 9C and AA. RGB value is (97,156,170). Sum of RGB (Red+Green+Blue) = 97+156+170=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #619CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619CAA is #9E6355. Grayscale: #8B8B8B. Windows color (decimal): -10380118 or 11181153. OLE color: 11181153.

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

Color convert

RGB97156170-
CMYK0.430.0800.33
HSL191.51º30.04%52.35%-
HSV(B)191.51º42.94%66.67%-
XYZ24.0729.2242.4-
YUV139.95144.9597.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=22.93%
G=36.88%
B=40.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971561700.430.0800.33191.5130.0452.35
Hex619CAA2B8021c01e34
Octal14123425253100413003664
Binary11000011001110010101010101011100001000011100000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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