Html Css Color HEX #699093 Gothic

📋 copy color: '#699093'

red 105 ◦ green 144 ◦ blue 147

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

Shades of Gothic #699093

Tints of Gothic #699093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 26.52%
G = 36.36%
B = 37.12%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#699093 (or 0x699093) is known color: Gothic. HEX triplet: 69, 90 and 93. RGB value is (105,144,147). Sum of RGB (Red+Green+Blue) = 105+144+147=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #699093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699093 is #966F6C. Grayscale: #848484. Windows color (decimal): -9858925 or 9670761. OLE color: 9670761.

HSL color Cylindrical-coordinate representation of color #699093: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699093 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 144 147 -
CMYK 0.29 0.02 0 0.42
HSL 184.29º 0.17% 0.49% -
HSV(B) 184.29º 0.29% 0.58% -
XYZ 21.07 25.06 31.33 -
YUV 132.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 105 144 147 0.29 0.02 0 0.42 184.29 0.17 0.49
Hex 69 90 93 1D 2 0 2A B8 11 31
Octal 151 220 223 35 2 0 52 270 21 61
Binary 1101001 10010000 10010011 11101 10 0 101010 10111000 10001 110001

Color Harmonies of #699093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699093

Black with #699093

Text Example


Text Example

White with #699093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699093; }

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

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

background-color css

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

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

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

border-color css

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

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

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