#689598

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

Shades of Cadet Blue #689598

Tints of Cadet Blue #689598

Color information

#689598 (or 0x689598) is unknown color: approx Cadet Blue. HEX triplet: 68, 95 and 98. RGB value is (104,149,152). Sum of RGB (Red+Green+Blue) = 104+149+152=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #689598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689598 is #976A67. Grayscale: #878787. Windows color (decimal): -9923176 or 9999720. OLE color: 9999720.

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

Color convert

RGB104149152-
CMYK0.320.0200.40
HSL183.75º18.9%50.2%-
HSV(B)183.75º31.58%59.61%-
XYZ22.1226.733.69-
YUV135.89137.09105.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=25.68%
G=36.79%
B=37.53%

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
Decimal1041491520.320.0200.40183.7518.950.2
Hex689598202028b81332
Octal1502252304020502702362
Binary110100010010101100110001000001001010001011100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689598; }

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

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

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

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

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

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

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

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