#619DAB

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

Shades of Cadet Blue #619DAB

Tints of Cadet Blue #619DAB

Color information

#619DAB (or 0x619DAB) is unknown color: approx Cadet Blue. HEX triplet: 61, 9D and AB. RGB value is (97,157,171). Sum of RGB (Red+Green+Blue) = 97+157+171=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #619DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DAB is #9E6254. Grayscale: #8C8C8C. Windows color (decimal): -10379861 or 11246945. OLE color: 11246945.

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

Color convert

RGB97157171-
CMYK0.430.0800.33
HSL191.35º30.58%52.55%-
HSV(B)191.35º43.27%67.06%-
XYZ24.3429.642.96-
YUV140.66145.1296.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=22.82%
G=36.94%
B=40.24%

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
Decimal971571710.430.0800.33191.3530.5852.55
Hex619DAB2B8021bf1f35
Octal14123525353100412773765
Binary11000011001110110101011101011100001000011011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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