#68999C

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

Shades of Cadet Blue #68999C

Tints of Cadet Blue #68999C

Color information

#68999C (or 0x68999C) is unknown color: approx Cadet Blue. HEX triplet: 68, 99 and 9C. RGB value is (104,153,156). Sum of RGB (Red+Green+Blue) = 104+153+156=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #68999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68999C is #976663. Grayscale: #8A8A8A. Windows color (decimal): -9922148 or 10262888. OLE color: 10262888.

HSL color Cylindrical-coordinate representation of color #68999C: hue angle of 183.46º 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 #68999C is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104153156-
CMYK0.330.0200.39
HSL183.46º20.8%50.98%-
HSV(B)183.46º33.33%61.18%-
XYZ23.128.1335.66-
YUV138.69137.77103.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=25.18%
G=37.05%
B=37.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041531560.330.0200.39183.4620.850.98
Hex68999C212027b71533
Octal1502312344120472672563
Binary110100010011001100111001000011001001111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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