Html Css Color HEX #67838B Gothic

📋 copy color: '#67838B'

red 103 ◦ green 131 ◦ blue 139

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

Shades of Gothic #67838B

Tints of Gothic #67838B

RGB

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

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

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

R = 27.61%
G = 35.12%
B = 37.27%

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

#67838B (or 0x67838B) is known color: Gothic. HEX triplet: 67, 83 and 8B. RGB value is (103,131,139). Sum of RGB (Red+Green+Blue) = 103+131+139=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #67838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67838B is #987C74. Grayscale: #7B7B7B. Windows color (decimal): -9993333 or 9143143. OLE color: 9143143.

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

Color convert

RGB 103 131 139 -
CMYK 0.26 0.06 0 0.45
HSL 193.33º 0.15% 0.47% -
HSV(B) 193.33º 0.26% 0.55% -
XYZ 18.37 20.98 27.51 -
YUV 123.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 103 131 139 0.26 0.06 0 0.45 193.33 0.15 0.47
Hex 67 83 8B 1A 6 0 2D C1 F 2F
Octal 147 203 213 32 6 0 55 301 17 57
Binary 1100111 10000011 10001011 11010 110 0 101101 11000001 1111 101111

Color Harmonies of #67838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67838B

Black with #67838B

Text Example


Text Example

White with #67838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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