#68979A

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

Shades of Cadet Blue #68979A

Tints of Cadet Blue #68979A

Color information

#68979A (or 0x68979A) is unknown color: approx Cadet Blue. HEX triplet: 68, 97 and 9A. RGB value is (104,151,154). Sum of RGB (Red+Green+Blue) = 104+151+154=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #68979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68979A is #976865. Grayscale: #898989. Windows color (decimal): -9922662 or 10131304. OLE color: 10131304.

HSL color Cylindrical-coordinate representation of color #68979A: hue angle of 183.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68979A is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104151154-
CMYK0.320.0200.40
HSL183.6º19.84%50.59%-
HSV(B)183.6º32.47%60.39%-
XYZ22.6127.4134.67-
YUV137.29137.43104.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=25.43%
G=36.92%
B=37.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041511540.320.0200.40183.619.8450.59
Hex68979A202028b81433
Octal1502272324020502702463
Binary110100010010111100110101000001001010001011100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68979A; }

 p { color: rgb(104,151,154); }

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

<style>
 a { background-color: #68979A; }

 a { background-color: rgb(104,151,154); }

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

<style>
 span { border-color: #68979A; }

 span { border-color: rgb(104,151,154); }

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