Html Css Color HEX #67838E Gothic

📋 copy color: '#67838E'

red 103 ◦ green 131 ◦ blue 142

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

Shades of Gothic #67838E

Tints of Gothic #67838E

RGB

 RED value IS 103 (40.63% from 255) = 27.39%

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 27.39%
G = 34.84%
B = 37.77%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67838E (or 0x67838E) is known color: Gothic. HEX triplet: 67, 83 and 8E. RGB value is (103,131,142). Sum of RGB (Red+Green+Blue) = 103+131+142=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #67838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67838E is #987C71. Grayscale: #7B7B7B. Windows color (decimal): -9993330 or 9339751. OLE color: 9339751.

HSL color Cylindrical-coordinate representation of color #67838E: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67838E is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 131 142 -
CMYK 0.27 0.08 0 0.44
HSL 196.92º 0.16% 0.48% -
HSV(B) 196.92º 0.27% 0.56% -
XYZ 18.59 21.07 28.68 -
YUV 123.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 103 131 142 0.27 0.08 0 0.44 196.92 0.16 0.48
Hex 67 83 8E 1B 8 0 2C C5 10 30
Octal 147 203 216 33 10 0 54 305 20 60
Binary 1100111 10000011 10001110 11011 1000 0 101100 11000101 10000 110000

Color Harmonies of #67838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67838E

Black with #67838E

Text Example


Text Example

White with #67838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67838E; }

 p { color: rgb(103,131,142); }

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

background-color css

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

 a { background-color: rgb(103,131,142); }

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

border-color css

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

 span { border-color: rgb(103,131,142); }

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