Html Css Color HEX #689098 Gothic

📋 copy color: '#689098'

red 104 ◦ green 144 ◦ blue 152

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

Shades of Gothic #689098

Tints of Gothic #689098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

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

R = 26%
G = 36%
B = 38%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#689098 (or 0x689098) is known color: Gothic. HEX triplet: 68, 90 and 98. RGB value is (104,144,152). Sum of RGB (Red+Green+Blue) = 104+144+152=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #689098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689098 is #976F67. Grayscale: #848484. Windows color (decimal): -9924456 or 9998440. OLE color: 9998440.

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

Color convert

RGB 104 144 152 -
CMYK 0.32 0.05 0 0.40
HSL 190º 0.19% 0.5% -
HSV(B) 190º 0.32% 0.6% -
XYZ 21.35 25.16 33.44 -
YUV 132.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 104 144 152 0.32 0.05 0 0.40 190 0.19 0.5
Hex 68 90 98 20 5 0 28 BE 13 32
Octal 150 220 230 40 5 0 50 276 23 62
Binary 1101000 10010000 10011000 100000 101 0 101000 10111110 10011 110010

Color Harmonies of #689098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689098

Black with #689098

Text Example


Text Example

White with #689098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689098; }

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

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

background-color css

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

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

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

border-color css

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

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

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