#699298

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

Shades of Gothic #699298

Tints of Gothic #699298

Color information

#699298 (or 0x699298) is unknown color: approx Gothic. HEX triplet: 69, 92 and 98. RGB value is (105,146,152). Sum of RGB (Red+Green+Blue) = 105+146+152=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #699298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699298 is #966D67. Grayscale: #868686. Windows color (decimal): -9858408 or 9998953. OLE color: 9998953.

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

Color convert

RGB105146152-
CMYK0.310.0400.40
HSL187.66º18.58%50.39%-
HSV(B)187.66º30.92%59.61%-
XYZ21.7725.8333.54-
YUV134.42137.92107.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=26.05%
G=36.23%
B=37.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051461520.310.0400.40187.6618.5850.39
Hex6992981F4028bc1332
Octal1512222303740502742362
Binary110100110010010100110001111110001010001011110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699298; }

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

 H1.HeaderClassName
 {
   color: #699298;
 }
 .AnyTagClassName
 {
   color: #699298;
 }
</style>
background-color css

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

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

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

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

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

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