#61969E

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

Shades of Cadet Blue #61969E

Tints of Cadet Blue #61969E

Color information

#61969E (or 0x61969E) is unknown color: approx Cadet Blue. HEX triplet: 61, 96 and 9E. RGB value is (97,150,158). Sum of RGB (Red+Green+Blue) = 97+150+158=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #61969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61969E is #9E6961. Grayscale: #868686. Windows color (decimal): -10381666 or 10393185. OLE color: 10393185.

HSL color Cylindrical-coordinate representation of color #61969E: hue angle of 187.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61969E is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97150158-
CMYK0.390.0500.38
HSL187.87º23.92%50%-
HSV(B)187.87º38.61%61.96%-
XYZ22.0126.8236.37-
YUV135.06140.94100.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=23.95%
G=37.04%
B=39.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971501580.390.0500.38187.8723.9250
Hex61969E275026bc1832
Octal1412262364750462743062
Binary1100001100101101001111010011110101001101011110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61969E; }

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

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

<style>
 a { background-color: #61969E; }

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

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

<style>
 span { border-color: #61969E; }

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

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