Html Css Color HEX #689598 Cadet Blue

📋 copy color: '#689598'

red 104 ◦ green 149 ◦ blue 152

#689598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #689598

Tints of Cadet Blue #689598

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 value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#689598 (or 0x689598) is known color: 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

RGB 104 149 152 -
CMYK 0.32 0.02 0 0.40
HSL 183.75º 0.19% 0.5% -
HSV(B) 183.75º 0.32% 0.6% -
XYZ 22.12 26.7 33.69 -
YUV 135.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 104 149 152 0.32 0.02 0 0.40 183.75 0.19 0.5
Hex 68 95 98 20 2 0 28 B8 13 32
Octal 150 225 230 40 2 0 50 270 23 62
Binary 1101000 10010101 10011000 100000 10 0 101000 10111000 10011 110010

Color Harmonies of #689598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689598

Black with #689598

Text Example


Text Example

White with #689598

Text Example


Text Example

HTML Codes & Css Web 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>