Html Css Color HEX #699199 Gothic

📋 copy color: '#699199'

red 105 ◦ green 145 ◦ blue 153

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

Shades of Gothic #699199

Tints of Gothic #699199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.97%

R = 26.05%
G = 35.98%
B = 37.97%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#699199 (or 0x699199) is known color: Gothic. HEX triplet: 69, 91 and 99. RGB value is (105,145,153). Sum of RGB (Red+Green+Blue) = 105+145+153=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #699199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699199 is #966E66. Grayscale: #858585. Windows color (decimal): -9858663 or 10064233. OLE color: 10064233.

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

Color convert

RGB 105 145 153 -
CMYK 0.31 0.05 0 0.4
HSL 190º 0.19% 0.51% -
HSV(B) 190º 0.31% 0.6% -
XYZ 21.7 25.55 33.93 -
YUV 133.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 105 145 153 0.31 0.05 0 0.4 190 0.19 0.51
Hex 69 91 99 1F 5 0 28 BE 13 33
Octal 151 221 231 37 5 0 50 276 23 63
Binary 1101001 10010001 10011001 11111 101 0 101000 10111110 10011 110011

Color Harmonies of #699199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699199

Black with #699199

Text Example


Text Example

White with #699199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699199; }

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

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

background-color css

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

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

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

border-color css

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

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

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