Html Css Color HEX #67848B Gothic

📋 copy color: '#67848B'

red 103 ◦ green 132 ◦ blue 139

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

Shades of Gothic #67848B

Tints of Gothic #67848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 27.54%
G = 35.29%
B = 37.17%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67848B (or 0x67848B) is known color: Gothic. HEX triplet: 67, 84 and 8B. RGB value is (103,132,139). Sum of RGB (Red+Green+Blue) = 103+132+139=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #67848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67848B is #987B74. Grayscale: #7C7C7C. Windows color (decimal): -9993077 or 9143399. OLE color: 9143399.

HSL color Cylindrical-coordinate representation of color #67848B: hue angle of 191.67º 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 #67848B is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 132 139 -
CMYK 0.26 0.05 0 0.45
HSL 191.67º 0.15% 0.47% -
HSV(B) 191.67º 0.26% 0.55% -
XYZ 18.5 21.25 27.55 -
YUV 124.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 103 132 139 0.26 0.05 0 0.45 191.67 0.15 0.47
Hex 67 84 8B 1A 5 0 2D C0 F 2F
Octal 147 204 213 32 5 0 55 300 17 57
Binary 1100111 10000100 10001011 11010 101 0 101101 11000000 1111 101111

Color Harmonies of #67848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67848B

Black with #67848B

Text Example


Text Example

White with #67848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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