#69969D

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

Shades of Cadet Blue #69969D

Tints of Cadet Blue #69969D

Color information

#69969D (or 0x69969D) is unknown color: approx Cadet Blue. HEX triplet: 69, 96 and 9D. RGB value is (105,150,157). Sum of RGB (Red+Green+Blue) = 105+150+157=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #69969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69969D is #966962. Grayscale: #898989. Windows color (decimal): -9857379 or 10327657. OLE color: 10327657.

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

Color convert

RGB105150157-
CMYK0.330.0400.38
HSL188.08º20.97%51.37%-
HSV(B)188.08º33.12%61.57%-
XYZ22.8227.2535.96-
YUV137.34139.09104.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=25.49%
G=36.41%
B=38.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051501570.330.0400.38188.0820.9751.37
Hex69969D214026bc1533
Octal1512262354140462742563
Binary1101001100101101001110110000110001001101011110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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