Html Css Color HEX #69838B Gothic

📋 copy color: '#69838B'

red 105 ◦ green 131 ◦ blue 139

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

Shades of Gothic #69838B

Tints of Gothic #69838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 28%
G = 34.93%
B = 37.07%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69838B (or 0x69838B) is known color: Gothic. HEX triplet: 69, 83 and 8B. RGB value is (105,131,139). Sum of RGB (Red+Green+Blue) = 105+131+139=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #69838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69838B is #967C74. Grayscale: #7C7C7C. Windows color (decimal): -9862261 or 9143145. OLE color: 9143145.

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

Color convert

RGB 105 131 139 -
CMYK 0.24 0.06 0 0.45
HSL 194.12º 0.14% 0.48% -
HSV(B) 194.12º 0.24% 0.55% -
XYZ 18.6 21.1 27.52 -
YUV 124.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 105 131 139 0.24 0.06 0 0.45 194.12 0.14 0.48
Hex 69 83 8B 18 6 0 2D C2 E 30
Octal 151 203 213 30 6 0 55 302 16 60
Binary 1101001 10000011 10001011 11000 110 0 101101 11000010 1110 110000

Color Harmonies of #69838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69838B

Black with #69838B

Text Example


Text Example

White with #69838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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