Html Css Color HEX #698284 Gothic

📋 copy color: '#698284'

red 105 ◦ green 130 ◦ blue 132

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

Shades of Gothic #698284

Tints of Gothic #698284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 28.61%
G = 35.42%
B = 35.97%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#698284 (or 0x698284) is known color: Gothic. HEX triplet: 69, 82 and 84. RGB value is (105,130,132). Sum of RGB (Red+Green+Blue) = 105+130+132=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #698284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698284 is #967D7B. Grayscale: #7A7A7A. Windows color (decimal): -9862524 or 8684137. OLE color: 8684137.

HSL color Cylindrical-coordinate representation of color #698284: hue angle of 184.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698284 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 130 132 -
CMYK 0.20 0.02 0 0.48
HSL 184.44º 0.11% 0.46% -
HSV(B) 184.44º 0.2% 0.52% -
XYZ 17.97 20.63 24.87 -
YUV 122.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 105 130 132 0.20 0.02 0 0.48 184.44 0.11 0.46
Hex 69 82 84 14 2 0 30 B8 B 2E
Octal 151 202 204 24 2 0 60 270 13 56
Binary 1101001 10000010 10000100 10100 10 0 110000 10111000 1011 101110

Color Harmonies of #698284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698284

Black with #698284

Text Example


Text Example

White with #698284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698284; }

 p { color: rgb(105,130,132); }

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

background-color css

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

 a { background-color: rgb(105,130,132); }

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

border-color css

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

 span { border-color: rgb(105,130,132); }

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