Html Css Color HEX #689699 Cadet Blue

📋 copy color: '#689699'

red 104 ◦ green 150 ◦ blue 153

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

Shades of Cadet Blue #689699

Tints of Cadet Blue #689699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 25.55%
G = 36.86%
B = 37.59%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#689699 (or 0x689699) is known color: Cadet Blue. HEX triplet: 68, 96 and 99. RGB value is (104,150,153). Sum of RGB (Red+Green+Blue) = 104+150+153=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #689699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689699 is #976966. Grayscale: #888888. Windows color (decimal): -9922919 or 10065512. OLE color: 10065512.

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

Color convert

RGB 104 150 153 -
CMYK 0.32 0.02 0 0.4
HSL 183.67º 0.19% 0.5% -
HSV(B) 183.67º 0.32% 0.6% -
XYZ 22.37 27.06 34.18 -
YUV 136.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 104 150 153 0.32 0.02 0 0.4 183.67 0.19 0.5
Hex 68 96 99 20 2 0 28 B8 13 32
Octal 150 226 231 40 2 0 50 270 23 62
Binary 1101000 10010110 10011001 100000 10 0 101000 10111000 10011 110010

Color Harmonies of #689699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689699

Black with #689699

Text Example


Text Example

White with #689699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689699; }

 p { color: rgb(104,150,153); }

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

background-color css

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

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

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

border-color css

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

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

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