Html Css Color HEX #678283 Gothic

📋 copy color: '#678283'

red 103 ◦ green 130 ◦ blue 131

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

Shades of Gothic #678283

Tints of Gothic #678283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 28.3%
G = 35.71%
B = 35.99%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#678283 (or 0x678283) is known color: Gothic. HEX triplet: 67, 82 and 83. RGB value is (103,130,131). Sum of RGB (Red+Green+Blue) = 103+130+131=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 131 - color contains mainly: blue. Hex color #678283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678283 is #987D7C. Grayscale: #7A7A7A. Windows color (decimal): -9993597 or 8618599. OLE color: 8618599.

HSL color Cylindrical-coordinate representation of color #678283: hue angle of 182.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678283 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 131 -
CMYK 0.21 0.01 0 0.49
HSL 182.14º 0.12% 0.46% -
HSV(B) 182.14º 0.21% 0.51% -
XYZ 17.67 20.49 24.5 -
YUV 122.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 103 130 131 0.21 0.01 0 0.49 182.14 0.12 0.46
Hex 67 82 83 15 1 0 31 B6 C 2E
Octal 147 202 203 25 1 0 61 266 14 56
Binary 1100111 10000010 10000011 10101 1 0 110001 10110110 1100 101110

Color Harmonies of #678283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678283

Black with #678283

Text Example


Text Example

White with #678283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678283; }

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

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

background-color css

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

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

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

border-color css

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

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

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