Html Css Color HEX #69838C Gothic

📋 copy color: '#69838C'

red 105 ◦ green 131 ◦ blue 140

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

Shades of Gothic #69838C

Tints of Gothic #69838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 27.93%
G = 34.84%
B = 37.23%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69838C (or 0x69838C) is known color: Gothic. HEX triplet: 69, 83 and 8C. RGB value is (105,131,140). Sum of RGB (Red+Green+Blue) = 105+131+140=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #69838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69838C is #967C73. Grayscale: #7C7C7C. Windows color (decimal): -9862260 or 9208681. OLE color: 9208681.

HSL color Cylindrical-coordinate representation of color #69838C: hue angle of 195.43º 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 #69838C is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 131 140 -
CMYK 0.25 0.06 0 0.45
HSL 195.43º 0.14% 0.48% -
HSV(B) 195.43º 0.25% 0.55% -
XYZ 18.68 21.13 27.91 -
YUV 124.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 105 131 140 0.25 0.06 0 0.45 195.43 0.14 0.48
Hex 69 83 8C 19 6 0 2D C3 E 30
Octal 151 203 214 31 6 0 55 303 16 60
Binary 1101001 10000011 10001100 11001 110 0 101101 11000011 1110 110000

Color Harmonies of #69838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69838C

Black with #69838C

Text Example


Text Example

White with #69838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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