#68959B

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

Shades of Cadet Blue #68959B

Tints of Cadet Blue #68959B

Color information

#68959B (or 0x68959B) is unknown color: approx Cadet Blue. HEX triplet: 68, 95 and 9B. RGB value is (104,149,155). Sum of RGB (Red+Green+Blue) = 104+149+155=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #68959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68959B is #976A64. Grayscale: #888888. Windows color (decimal): -9923173 or 10196328. OLE color: 10196328.

HSL color Cylindrical-coordinate representation of color #68959B: hue angle of 187.06º degrees, saturation: 0.2, 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 #68959B is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104149155-
CMYK0.330.0400.39
HSL187.06º20.32%50.78%-
HSV(B)187.06º32.9%60.78%-
XYZ22.3726.835-
YUV136.23138.59105.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=25.49%
G=36.52%
B=37.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041491550.330.0400.39187.0620.3250.78
Hex68959B214027bb1433
Octal1502252334140472732463
Binary1101000100101011001101110000110001001111011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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