#67858B

Color #67858B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #67858B

Tints of Gothic #67858B

Color information

#67858B (or 0x67858B) is unknown color: approx Gothic. HEX triplet: 67, 85 and 8B. RGB value is (103,133,139). Sum of RGB (Red+Green+Blue) = 103+133+139=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #67858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67858B is #987A74. Grayscale: #7C7C7C. Windows color (decimal): -9992821 or 9143655. OLE color: 9143655.

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

Color convert

RGB103133139-
CMYK0.260.0400.45
HSL190º14.88%47.45%-
HSV(B)190º25.9%54.51%-
XYZ18.6421.5227.6-
YUV124.71136.06112.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=27.47%
G=35.47%
B=37.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031331390.260.0400.4519014.8847.45
Hex67858B1A402Dbef2f
Octal1472052133240552761757
Binary11001111000010110001011110101000101101101111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67858B;
 }
 .AnyTagClassName
 {
   color: #67858B;
 }
</style>
background-color css

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

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

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

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

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

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