Html Css Color HEX #699398 Gothic

📋 copy color: '#699398'

red 105 ◦ green 147 ◦ blue 152

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

Shades of Gothic #699398

Tints of Gothic #699398

RGB

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

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

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

R = 25.99%
G = 36.39%
B = 37.62%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#699398 (or 0x699398) is known color: Gothic. HEX triplet: 69, 93 and 98. RGB value is (105,147,152). Sum of RGB (Red+Green+Blue) = 105+147+152=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #699398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699398 is #966C67. Grayscale: #868686. Windows color (decimal): -9858152 or 9999209. OLE color: 9999209.

HSL color Cylindrical-coordinate representation of color #699398: hue angle of 186.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699398 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 147 152 -
CMYK 0.31 0.03 0 0.40
HSL 186.38º 0.19% 0.5% -
HSV(B) 186.38º 0.31% 0.6% -
XYZ 21.93 26.14 33.6 -
YUV 135.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 105 147 152 0.31 0.03 0 0.40 186.38 0.19 0.5
Hex 69 93 98 1F 3 0 28 BA 13 32
Octal 151 223 230 37 3 0 50 272 23 62
Binary 1101001 10010011 10011000 11111 11 0 101000 10111010 10011 110010

Color Harmonies of #699398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699398

Black with #699398

Text Example


Text Example

White with #699398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699398; }

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

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

background-color css

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

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

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

border-color css

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

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

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