#68989E

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

Shades of Cadet Blue #68989E

Tints of Cadet Blue #68989E

Color information

#68989E (or 0x68989E) is unknown color: approx Cadet Blue. HEX triplet: 68, 98 and 9E. RGB value is (104,152,158). Sum of RGB (Red+Green+Blue) = 104+152+158=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #68989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68989E is #976761. Grayscale: #8A8A8A. Windows color (decimal): -9922402 or 10393704. OLE color: 10393704.

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

Color convert

RGB104152158-
CMYK0.340.0400.38
HSL186.67º21.77%51.37%-
HSV(B)186.67º34.18%61.96%-
XYZ23.1127.8736.51-
YUV138.33139.1103.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=25.12%
G=36.71%
B=38.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041521580.340.0400.38186.6721.7751.37
Hex68989E224026bb1633
Octal1502302364240462732663
Binary1101000100110001001111010001010001001101011101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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