Html Css Color HEX #67888C Gothic

📋 copy color: '#67888C'

red 103 ◦ green 136 ◦ blue 140

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

Shades of Gothic #67888C

Tints of Gothic #67888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 27.18%
G = 35.88%
B = 36.94%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67888C (or 0x67888C) is known color: Gothic. HEX triplet: 67, 88 and 8C. RGB value is (103,136,140). Sum of RGB (Red+Green+Blue) = 103+136+140=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #67888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67888C is #987773. Grayscale: #7E7E7E. Windows color (decimal): -9992052 or 9209959. OLE color: 9209959.

HSL color Cylindrical-coordinate representation of color #67888C: hue angle of 186.49º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67888C is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 136 140 -
CMYK 0.26 0.03 0 0.45
HSL 186.49º 0.15% 0.48% -
HSV(B) 186.49º 0.26% 0.55% -
XYZ 19.13 22.39 28.12 -
YUV 126.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 103 136 140 0.26 0.03 0 0.45 186.49 0.15 0.48
Hex 67 88 8C 1A 3 0 2D BA F 30
Octal 147 210 214 32 3 0 55 272 17 60
Binary 1100111 10001000 10001100 11010 11 0 101101 10111010 1111 110000

Color Harmonies of #67888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67888C

Black with #67888C

Text Example


Text Example

White with #67888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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