#689898

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

Shades of Cadet Blue #689898

Tints of Cadet Blue #689898

Color information

#689898 (or 0x689898) is unknown color: approx Cadet Blue. HEX triplet: 68, 98 and 98. RGB value is (104,152,152). Sum of RGB (Red+Green+Blue) = 104+152+152=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #689898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689898 is #976767. Grayscale: #898989. Windows color (decimal): -9922408 or 10000488. OLE color: 10000488.

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

Color convert

RGB104152152-
CMYK0.32000.40
HSL180º18.9%50.2%-
HSV(B)180º31.58%59.61%-
XYZ22.627.6733.85-
YUV137.65136.1104-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=25.49%
G=37.25%
B=37.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521520.32000.4018018.950.2
Hex689898200028b41332
Octal1502302304000502642362
Binary11010001001100010011000100000001010001011010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689898; }

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

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

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

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

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

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

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

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