#61969D

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

Shades of Cadet Blue #61969D

Tints of Cadet Blue #61969D

Color information

#61969D (or 0x61969D) is unknown color: approx Cadet Blue. HEX triplet: 61, 96 and 9D. RGB value is (97,150,157). Sum of RGB (Red+Green+Blue) = 97+150+157=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #61969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61969D is #9E6962. Grayscale: #868686. Windows color (decimal): -10381667 or 10327649. OLE color: 10327649.

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

Color convert

RGB97150157-
CMYK0.380.0400.38
HSL187º23.62%49.8%-
HSV(B)187º38.22%61.57%-
XYZ21.9226.7935.91-
YUV134.95140.44100.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=24.01%
G=37.13%
B=38.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971501570.380.0400.3818723.6249.8
Hex61969D264026bb1832
Octal1412262354640462733062
Binary1100001100101101001110110011010001001101011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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