Html Css Color HEX #689696 Cadet Blue

📋 copy color: '#689696'

red 104 ◦ green 150 ◦ blue 150

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

Shades of Cadet Blue #689696

Tints of Cadet Blue #689696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 25.74%
G = 37.13%
B = 37.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#689696 (or 0x689696) is known color: Cadet Blue. HEX triplet: 68, 96 and 96. RGB value is (104,150,150). Sum of RGB (Red+Green+Blue) = 104+150+150=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #689696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689696 is #976969. Grayscale: #888888. Windows color (decimal): -9922922 or 9868904. OLE color: 9868904.

HSL color Cylindrical-coordinate representation of color #689696: hue angle of 180º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689696 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 150 -
CMYK 0.31 0 0 0.41
HSL 180º 0.18% 0.5% -
HSV(B) 180º 0.31% 0.59% -
XYZ 22.12 26.96 32.89 -
YUV 136.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 104 150 150 0.31 0 0 0.41 180 0.18 0.5
Hex 68 96 96 1F 0 0 29 B4 12 32
Octal 150 226 226 37 0 0 51 264 22 62
Binary 1101000 10010110 10010110 11111 0 0 101001 10110100 10010 110010

Color Harmonies of #689696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689696

Black with #689696

Text Example


Text Example

White with #689696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689696; }

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

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

background-color css

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

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

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

border-color css

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

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

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