#619DAA

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

Shades of Cadet Blue #619DAA

Tints of Cadet Blue #619DAA

Color information

#619DAA (or 0x619DAA) is unknown color: approx Cadet Blue. HEX triplet: 61, 9D and AA. RGB value is (97,157,170). Sum of RGB (Red+Green+Blue) = 97+157+170=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #619DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DAA is #9E6255. Grayscale: #8C8C8C. Windows color (decimal): -10379862 or 11181409. OLE color: 11181409.

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

Color convert

RGB97157170-
CMYK0.430.0800.33
HSL190.68º30.04%52.35%-
HSV(B)190.68º42.94%66.67%-
XYZ24.2429.5642.46-
YUV140.54144.6296.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=22.88%
G=37.03%
B=40.09%

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
Decimal971571700.430.0800.33190.6830.0452.35
Hex619DAA2B8021bf1e34
Octal14123525253100412773664
Binary11000011001110110101010101011100001000011011111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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