#68969E

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

Shades of Cadet Blue #68969E

Tints of Cadet Blue #68969E

Color information

#68969E (or 0x68969E) is unknown color: approx Cadet Blue. HEX triplet: 68, 96 and 9E. RGB value is (104,150,158). Sum of RGB (Red+Green+Blue) = 104+150+158=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #68969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68969E is #976961. Grayscale: #898989. Windows color (decimal): -9922914 or 10393192. OLE color: 10393192.

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

Color convert

RGB104150158-
CMYK0.340.0500.38
HSL188.89º21.77%51.37%-
HSV(B)188.89º34.18%61.96%-
XYZ22.7927.2236.4-
YUV137.16139.76104.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=25.24%
G=36.41%
B=38.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041501580.340.0500.38188.8921.7751.37
Hex68969E225026bd1633
Octal1502262364250462752663
Binary1101000100101101001111010001010101001101011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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