Html Css Color HEX #67838C Gothic

📋 copy color: '#67838C'

red 103 ◦ green 131 ◦ blue 140

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

Shades of Gothic #67838C

Tints of Gothic #67838C

RGB

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

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

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

R = 27.54%
G = 35.03%
B = 37.43%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67838C (or 0x67838C) is known color: Gothic. HEX triplet: 67, 83 and 8C. RGB value is (103,131,140). Sum of RGB (Red+Green+Blue) = 103+131+140=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #67838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67838C is #987C73. Grayscale: #7B7B7B. Windows color (decimal): -9993332 or 9208679. OLE color: 9208679.

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

Color convert

RGB 103 131 140 -
CMYK 0.26 0.06 0 0.45
HSL 194.59º 0.15% 0.48% -
HSV(B) 194.59º 0.26% 0.55% -
XYZ 18.44 21.01 27.89 -
YUV 123.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 103 131 140 0.26 0.06 0 0.45 194.59 0.15 0.48
Hex 67 83 8C 1A 6 0 2D C3 F 30
Octal 147 203 214 32 6 0 55 303 17 60
Binary 1100111 10000011 10001100 11010 110 0 101101 11000011 1111 110000

Color Harmonies of #67838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67838C

Black with #67838C

Text Example


Text Example

White with #67838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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