#68959E

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

Shades of Cadet Blue #68959E

Tints of Cadet Blue #68959E

Color information

#68959E (or 0x68959E) is unknown color: approx Cadet Blue. HEX triplet: 68, 95 and 9E. RGB value is (104,149,158). Sum of RGB (Red+Green+Blue) = 104+149+158=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #68959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68959E is #976A61. Grayscale: #888888. Windows color (decimal): -9923170 or 10392936. OLE color: 10392936.

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

Color convert

RGB104149158-
CMYK0.340.0600.38
HSL190º21.77%51.37%-
HSV(B)190º34.18%61.96%-
XYZ22.6326.9136.35-
YUV136.57140.09104.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=25.30%
G=36.25%
B=38.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041491580.340.0600.3819021.7751.37
Hex68959E226026be1633
Octal1502252364260462762663
Binary1101000100101011001111010001011001001101011111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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