#69999D

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

Shades of Cadet Blue #69999D

Tints of Cadet Blue #69999D

Color information

#69999D (or 0x69999D) is unknown color: approx Cadet Blue. HEX triplet: 69, 99 and 9D. RGB value is (105,153,157). Sum of RGB (Red+Green+Blue) = 105+153+157=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #69999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69999D is #966662. Grayscale: #8B8B8B. Windows color (decimal): -9856611 or 10328425. OLE color: 10328425.

HSL color Cylindrical-coordinate representation of color #69999D: hue angle of 184.62º 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 #69999D is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105153157-
CMYK0.330.0300.38
HSL184.62º20.97%51.37%-
HSV(B)184.62º33.12%61.57%-
XYZ23.328.2236.12-
YUV139.1138.1103.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=25.30%
G=36.87%
B=37.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051531570.330.0300.38184.6220.9751.37
Hex69999D213026b91533
Octal1512312354130462712563
Binary110100110011001100111011000011101001101011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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