Html Css Color HEX #69868C Gothic

📋 copy color: '#69868C'

red 105 ◦ green 134 ◦ blue 140

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

Shades of Gothic #69868C

Tints of Gothic #69868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 27.7%
G = 35.36%
B = 36.94%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69868C (or 0x69868C) is known color: Gothic. HEX triplet: 69, 86 and 8C. RGB value is (105,134,140). Sum of RGB (Red+Green+Blue) = 105+134+140=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #69868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69868C is #967973. Grayscale: #7D7D7D. Windows color (decimal): -9861492 or 9209449. OLE color: 9209449.

HSL color Cylindrical-coordinate representation of color #69868C: hue angle of 190.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69868C is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 134 140 -
CMYK 0.25 0.04 0 0.45
HSL 190.29º 0.14% 0.48% -
HSV(B) 190.29º 0.25% 0.55% -
XYZ 19.08 21.95 28.04 -
YUV 126.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 105 134 140 0.25 0.04 0 0.45 190.29 0.14 0.48
Hex 69 86 8C 19 4 0 2D BE E 30
Octal 151 206 214 31 4 0 55 276 16 60
Binary 1101001 10000110 10001100 11001 100 0 101101 10111110 1110 110000

Color Harmonies of #69868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69868C

Black with #69868C

Text Example


Text Example

White with #69868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69868C; }

 p { color: rgb(105,134,140); }

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

background-color css

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

 a { background-color: rgb(105,134,140); }

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

border-color css

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

 span { border-color: rgb(105,134,140); }

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