#68969F

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

Shades of Cadet Blue #68969F

Tints of Cadet Blue #68969F

Color information

#68969F (or 0x68969F) is unknown color: approx Cadet Blue. HEX triplet: 68, 96 and 9F. RGB value is (104,150,159). Sum of RGB (Red+Green+Blue) = 104+150+159=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #68969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68969F is #976960. Grayscale: #898989. Windows color (decimal): -9922913 or 10458728. OLE color: 10458728.

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

Color convert

RGB104150159-
CMYK0.350.0600.38
HSL189.82º22.27%51.57%-
HSV(B)189.82º34.59%62.35%-
XYZ22.8727.2636.86-
YUV137.27140.26104.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=25.18%
G=36.32%
B=38.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041501590.350.0600.38189.8222.2751.57
Hex68969F236026be1634
Octal1502262374360462762664
Binary1101000100101101001111110001111001001101011111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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