Html Css Color HEX #699198 Gothic

📋 copy color: '#699198'

red 105 ◦ green 145 ◦ blue 152

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

Shades of Gothic #699198

Tints of Gothic #699198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 26.12%
G = 36.07%
B = 37.81%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#699198 (or 0x699198) is known color: Gothic. HEX triplet: 69, 91 and 98. RGB value is (105,145,152). Sum of RGB (Red+Green+Blue) = 105+145+152=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #699198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699198 is #966E67. Grayscale: #858585. Windows color (decimal): -9858664 or 9998697. OLE color: 9998697.

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

Color convert

RGB 105 145 152 -
CMYK 0.31 0.05 0 0.40
HSL 188.94º 0.19% 0.5% -
HSV(B) 188.94º 0.31% 0.6% -
XYZ 21.62 25.52 33.49 -
YUV 133.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 105 145 152 0.31 0.05 0 0.40 188.94 0.19 0.5
Hex 69 91 98 1F 5 0 28 BD 13 32
Octal 151 221 230 37 5 0 50 275 23 62
Binary 1101001 10010001 10011000 11111 101 0 101000 10111101 10011 110010

Color Harmonies of #699198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699198

Black with #699198

Text Example


Text Example

White with #699198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699198; }

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

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

background-color css

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

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

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

border-color css

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

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

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