Html Css Color HEX #67858A Gothic

📋 copy color: '#67858A'

red 103 ◦ green 133 ◦ blue 138

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

Shades of Gothic #67858A

Tints of Gothic #67858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 27.54%
G = 35.56%
B = 36.9%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#67858A (or 0x67858A) is known color: Gothic. HEX triplet: 67, 85 and 8A. RGB value is (103,133,138). Sum of RGB (Red+Green+Blue) = 103+133+138=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #67858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67858A is #987A75. Grayscale: #7C7C7C. Windows color (decimal): -9992822 or 9078119. OLE color: 9078119.

HSL color Cylindrical-coordinate representation of color #67858A: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67858A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 133 138 -
CMYK 0.25 0.04 0 0.46
HSL 188.57º 0.15% 0.47% -
HSV(B) 188.57º 0.25% 0.54% -
XYZ 18.57 21.49 27.21 -
YUV 124.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 103 133 138 0.25 0.04 0 0.46 188.57 0.15 0.47
Hex 67 85 8A 19 4 0 2E BD F 2F
Octal 147 205 212 31 4 0 56 275 17 57
Binary 1100111 10000101 10001010 11001 100 0 101110 10111101 1111 101111

Color Harmonies of #67858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67858A

Black with #67858A

Text Example


Text Example

White with #67858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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