#68959F

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

Shades of Cadet Blue #68959F

Tints of Cadet Blue #68959F

Color information

#68959F (or 0x68959F) is unknown color: approx Cadet Blue. HEX triplet: 68, 95 and 9F. RGB value is (104,149,159). Sum of RGB (Red+Green+Blue) = 104+149+159=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #68959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68959F is #976A60. Grayscale: #888888. Windows color (decimal): -9923169 or 10458472. OLE color: 10458472.

HSL color Cylindrical-coordinate representation of color #68959F: hue angle of 190.91º 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 #68959F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104149159-
CMYK0.350.0600.38
HSL190.91º22.27%51.57%-
HSV(B)190.91º34.59%62.35%-
XYZ22.7126.9436.8-
YUV136.68140.59104.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=25.24%
G=36.17%
B=38.59%

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
Decimal1041491590.350.0600.38190.9122.2751.57
Hex68959F236026bf1634
Octal1502252374360462772664
Binary1101000100101011001111110001111001001101011111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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