Html Css Color HEX #698F96 Gothic

📋 copy color: '#698F96'

red 105 ◦ green 143 ◦ blue 150

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

Shades of Gothic #698F96

Tints of Gothic #698F96

RGB

 RED value IS 105 (41.41% from 255) = 26.38%

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 26.38%
G = 35.93%
B = 37.69%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#698F96 (or 0x698F96) is known color: Gothic. HEX triplet: 69, 8F and 96. RGB value is (105,143,150). Sum of RGB (Red+Green+Blue) = 105+143+150=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #698F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F96 is #967069. Grayscale: #848484. Windows color (decimal): -9859178 or 9867113. OLE color: 9867113.

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

Color convert

RGB 105 143 150 -
CMYK 0.30 0.05 0 0.41
HSL 189.33º 0.18% 0.5% -
HSV(B) 189.33º 0.3% 0.59% -
XYZ 21.15 24.85 32.54 -
YUV 132.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 105 143 150 0.30 0.05 0 0.41 189.33 0.18 0.5
Hex 69 8F 96 1E 5 0 29 BD 12 32
Octal 151 217 226 36 5 0 51 275 22 62
Binary 1101001 10001111 10010110 11110 101 0 101001 10111101 10010 110010

Color Harmonies of #698F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F96

Black with #698F96

Text Example


Text Example

White with #698F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698F96; }

 p { color: rgb(105,143,150); }

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

background-color css

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

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

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

border-color css

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

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

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