Html Css Color HEX #67858F Gothic

📋 copy color: '#67858F'

red 103 ◦ green 133 ◦ blue 143

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

Shades of Gothic #67858F

Tints of Gothic #67858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 27.18%
G = 35.09%
B = 37.73%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67858F (or 0x67858F) is known color: Gothic. HEX triplet: 67, 85 and 8F. RGB value is (103,133,143). Sum of RGB (Red+Green+Blue) = 103+133+143=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #67858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67858F is #987A70. Grayscale: #7D7D7D. Windows color (decimal): -9992817 or 9405799. OLE color: 9405799.

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

Color convert

RGB 103 133 143 -
CMYK 0.28 0.07 0 0.44
HSL 195º 0.16% 0.48% -
HSV(B) 195º 0.28% 0.56% -
XYZ 18.94 21.64 29.17 -
YUV 125.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 103 133 143 0.28 0.07 0 0.44 195 0.16 0.48
Hex 67 85 8F 1C 7 0 2C C3 10 30
Octal 147 205 217 34 7 0 54 303 20 60
Binary 1100111 10000101 10001111 11100 111 0 101100 11000011 10000 110000

Color Harmonies of #67858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67858F

Black with #67858F

Text Example


Text Example

White with #67858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67858F; }

 p { color: rgb(103,133,143); }

 H1.HeaderClassName
 {
   color: #67858F;
 }
 .AnyTagClassName
 {
   color: #67858F;
 }
</style>

background-color css

<style>
 a { background-color: #67858F; }

 a { background-color: rgb(103,133,143); }

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

border-color css

<style>
 span { border-color: #67858F; }

 span { border-color: rgb(103,133,143); }

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