#619EAA

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

Shades of Cadet Blue #619EAA

Tints of Cadet Blue #619EAA

Color information

#619EAA (or 0x619EAA) is unknown color: approx Cadet Blue. HEX triplet: 61, 9E and AA. RGB value is (97,158,170). Sum of RGB (Red+Green+Blue) = 97+158+170=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #619EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619EAA is #9E6155. Grayscale: #8D8D8D. Windows color (decimal): -10379606 or 11181665. OLE color: 11181665.

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

Color convert

RGB97158170-
CMYK0.430.0700.33
HSL189.86º30.04%52.35%-
HSV(B)189.86º42.94%66.67%-
XYZ24.4129.942.51-
YUV141.13144.2996.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 170 (66.80% from 255) = 40%
R=22.82%
G=37.18%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971581700.430.0700.33189.8630.0452.35
Hex619EAA2B7021be1e34
Octal1412362525370412763664
Binary1100001100111101010101010101111101000011011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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