Html Css Color HEX #689A9F Cadet Blue

📋 copy color: '#689A9F'

red 104 ◦ green 154 ◦ blue 159

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

Shades of Cadet Blue #689A9F

Tints of Cadet Blue #689A9F

RGB

 RED value IS 104 (41.02% from 255) = 24.94%

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 24.94%
G = 36.93%
B = 38.13%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#689A9F (or 0x689A9F) is known color: Cadet Blue. HEX triplet: 68, 9A and 9F. RGB value is (104,154,159). Sum of RGB (Red+Green+Blue) = 104+154+159=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #689A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689A9F is #976560. Grayscale: #8B8B8B. Windows color (decimal): -9921889 or 10459752. OLE color: 10459752.

HSL color Cylindrical-coordinate representation of color #689A9F: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689A9F is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 154 159 -
CMYK 0.35 0.03 0 0.38
HSL 185.45º 0.22% 0.52% -
HSV(B) 185.45º 0.35% 0.62% -
XYZ 23.52 28.56 37.07 -
YUV 139.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 104 154 159 0.35 0.03 0 0.38 185.45 0.22 0.52
Hex 68 9A 9F 23 3 0 26 B9 16 34
Octal 150 232 237 43 3 0 46 271 26 64
Binary 1101000 10011010 10011111 100011 11 0 100110 10111001 10110 110100

Color Harmonies of #689A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A9F

Black with #689A9F

Text Example


Text Example

White with #689A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689A9F; }

 p { color: rgb(104,154,159); }

 H1.HeaderClassName
 {
   color: #689A9F;
 }
 .AnyTagClassName
 {
   color: #689A9F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #689A9F;
 }
 .BgClassName
 {
   background-color: #689A9F;
 }
</style>

border-color css

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

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

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