Html Css Color HEX #689297 Gothic

📋 copy color: '#689297'

red 104 ◦ green 146 ◦ blue 151

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

Shades of Gothic #689297

Tints of Gothic #689297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 25.94%
G = 36.41%
B = 37.66%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#689297 (or 0x689297) is known color: Gothic. HEX triplet: 68, 92 and 97. RGB value is (104,146,151). Sum of RGB (Red+Green+Blue) = 104+146+151=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #689297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689297 is #976D68. Grayscale: #858585. Windows color (decimal): -9923945 or 9933416. OLE color: 9933416.

HSL color Cylindrical-coordinate representation of color #689297: hue angle of 186.38º 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 #689297 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 146 151 -
CMYK 0.31 0.03 0 0.41
HSL 186.38º 0.18% 0.5% -
HSV(B) 186.38º 0.31% 0.59% -
XYZ 21.57 25.74 33.11 -
YUV 134.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 104 146 151 0.31 0.03 0 0.41 186.38 0.18 0.5
Hex 68 92 97 1F 3 0 29 BA 12 32
Octal 150 222 227 37 3 0 51 272 22 62
Binary 1101000 10010010 10010111 11111 11 0 101001 10111010 10010 110010

Color Harmonies of #689297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689297

Black with #689297

Text Example


Text Example

White with #689297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689297; }

 p { color: rgb(104,146,151); }

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

background-color css

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

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

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

border-color css

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

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

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