#68989C

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

Shades of Cadet Blue #68989C

Tints of Cadet Blue #68989C

Color information

#68989C (or 0x68989C) is unknown color: approx Cadet Blue. HEX triplet: 68, 98 and 9C. RGB value is (104,152,156). Sum of RGB (Red+Green+Blue) = 104+152+156=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #68989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68989C is #976763. Grayscale: #8A8A8A. Windows color (decimal): -9922404 or 10262632. OLE color: 10262632.

HSL color Cylindrical-coordinate representation of color #68989C: hue angle of 184.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68989C is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104152156-
CMYK0.330.0300.39
HSL184.62º20.8%50.98%-
HSV(B)184.62º33.33%61.18%-
XYZ22.9427.835.61-
YUV138.1138.1103.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=25.24%
G=36.89%
B=37.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041521560.330.0300.39184.6220.850.98
Hex68989C213027b91533
Octal1502302344130472712563
Binary110100010011000100111001000011101001111011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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