Html Css Color HEX #689398 Gothic

📋 copy color: '#689398'

red 104 ◦ green 147 ◦ blue 152

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

Shades of Gothic #689398

Tints of Gothic #689398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 25.81%
G = 36.48%
B = 37.72%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#689398 (or 0x689398) is known color: Gothic. HEX triplet: 68, 93 and 98. RGB value is (104,147,152). Sum of RGB (Red+Green+Blue) = 104+147+152=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #689398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689398 is #976C67. Grayscale: #868686. Windows color (decimal): -9923688 or 9999208. OLE color: 9999208.

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

Color convert

RGB 104 147 152 -
CMYK 0.32 0.03 0 0.40
HSL 186.25º 0.19% 0.5% -
HSV(B) 186.25º 0.32% 0.6% -
XYZ 21.81 26.08 33.59 -
YUV 134.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 104 147 152 0.32 0.03 0 0.40 186.25 0.19 0.5
Hex 68 93 98 20 3 0 28 BA 13 32
Octal 150 223 230 40 3 0 50 272 23 62
Binary 1101000 10010011 10011000 100000 11 0 101000 10111010 10011 110010

Color Harmonies of #689398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689398

Black with #689398

Text Example


Text Example

White with #689398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689398; }

 p { color: rgb(104,147,152); }

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

background-color css

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

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

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

border-color css

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

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

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