#689698

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

Shades of Cadet Blue #689698

Tints of Cadet Blue #689698

Color information

#689698 (or 0x689698) is unknown color: approx Cadet Blue. HEX triplet: 68, 96 and 98. RGB value is (104,150,152). Sum of RGB (Red+Green+Blue) = 104+150+152=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #689698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689698 is #976967. Grayscale: #888888. Windows color (decimal): -9922920 or 9999976. OLE color: 9999976.

HSL color Cylindrical-coordinate representation of color #689698: hue angle of 182.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689698 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104150152-
CMYK0.320.0100.40
HSL182.5º18.9%50.2%-
HSV(B)182.5º31.58%59.61%-
XYZ22.2827.0233.75-
YUV136.47136.76104.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=25.62%
G=36.95%
B=37.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041501520.320.0100.40182.518.950.2
Hex689698201028b61332
Octal1502262304010502662362
Binary11010001001011010011000100000101010001011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689698; }

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

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

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

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

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

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

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

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