#699198

Color #699198 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #699198

Tints of Gothic #699198

Color information

#699198 (or 0x699198) is unknown color: approx 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

RGB105145152-
CMYK0.310.0500.40
HSL188.94º18.58%50.39%-
HSV(B)188.94º30.92%59.61%-
XYZ21.6225.5233.49-
YUV133.84138.25107.43-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051451520.310.0500.40188.9418.5850.39
Hex6991981F5028bd1332
Octal1512212303750502752362
Binary110100110010001100110001111110101010001011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>