Html Css Color HEX #67888F Gothic

📋 copy color: '#67888F'

red 103 ◦ green 136 ◦ blue 143

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

Shades of Gothic #67888F

Tints of Gothic #67888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 26.96%
G = 35.6%
B = 37.43%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67888F (or 0x67888F) is known color: Gothic. HEX triplet: 67, 88 and 8F. RGB value is (103,136,143). Sum of RGB (Red+Green+Blue) = 103+136+143=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 143 - color contains mainly: blue. Hex color #67888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67888F is #987770. Grayscale: #7E7E7E. Windows color (decimal): -9992049 or 9406567. OLE color: 9406567.

HSL color Cylindrical-coordinate representation of color #67888F: hue angle of 190.5º 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 #67888F is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 136 143 -
CMYK 0.28 0.05 0 0.44
HSL 190.5º 0.16% 0.48% -
HSV(B) 190.5º 0.28% 0.56% -
XYZ 19.36 22.48 29.3 -
YUV 126.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 103 136 143 0.28 0.05 0 0.44 190.5 0.16 0.48
Hex 67 88 8F 1C 5 0 2C BE 10 30
Octal 147 210 217 34 5 0 54 276 20 60
Binary 1100111 10001000 10001111 11100 101 0 101100 10111110 10000 110000

Color Harmonies of #67888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67888F

Black with #67888F

Text Example


Text Example

White with #67888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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