Html Css Color HEX #699399 Gothic

📋 copy color: '#699399'

red 105 ◦ green 147 ◦ blue 153

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

Shades of Gothic #699399

Tints of Gothic #699399

RGB

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

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

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

R = 25.93%
G = 36.3%
B = 37.78%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#699399 (or 0x699399) is known color: Gothic. HEX triplet: 69, 93 and 99. RGB value is (105,147,153). Sum of RGB (Red+Green+Blue) = 105+147+153=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #699399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699399 is #966C66. Grayscale: #878787. Windows color (decimal): -9858151 or 10064745. OLE color: 10064745.

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

Color convert

RGB 105 147 153 -
CMYK 0.31 0.04 0 0.4
HSL 187.5º 0.19% 0.51% -
HSV(B) 187.5º 0.31% 0.6% -
XYZ 22.01 26.17 34.03 -
YUV 135.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 105 147 153 0.31 0.04 0 0.4 187.5 0.19 0.51
Hex 69 93 99 1F 4 0 28 BC 13 33
Octal 151 223 231 37 4 0 50 274 23 63
Binary 1101001 10010011 10011001 11111 100 0 101000 10111100 10011 110011

Color Harmonies of #699399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699399

Black with #699399

Text Example


Text Example

White with #699399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699399; }

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

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

background-color css

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

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

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

border-color css

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

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

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