#689498

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

Shades of Cadet Blue #689498

Tints of Cadet Blue #689498

Color information

#689498 (or 0x689498) is unknown color: approx Cadet Blue. HEX triplet: 68, 94 and 98. RGB value is (104,148,152). Sum of RGB (Red+Green+Blue) = 104+148+152=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #689498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689498 is #976B67. Grayscale: #878787. Windows color (decimal): -9923432 or 9999464. OLE color: 9999464.

HSL color Cylindrical-coordinate representation of color #689498: hue angle of 185º 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 #689498 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104148152-
CMYK0.320.0300.40
HSL185º18.9%50.2%-
HSV(B)185º31.58%59.61%-
XYZ21.9726.3933.64-
YUV135.3137.42105.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=25.74%
G=36.63%
B=37.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041481520.320.0300.4018518.950.2
Hex689498203028b91332
Octal1502242304030502712362
Binary110100010010100100110001000001101010001011100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689498; }

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

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

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

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

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

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

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

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