Html Css Color HEX #67858B Gothic

📋 copy color: '#67858B'

red 103 ◦ green 133 ◦ blue 139

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

Shades of Gothic #67858B

Tints of Gothic #67858B

RGB

 RED value IS 103 (40.63% 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 value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67858B (or 0x67858B) is known color: 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

RGB 103 133 139 -
CMYK 0.26 0.04 0 0.45
HSL 190º 0.15% 0.47% -
HSV(B) 190º 0.26% 0.55% -
XYZ 18.64 21.52 27.6 -
YUV 124.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 103 133 139 0.26 0.04 0 0.45 190 0.15 0.47
Hex 67 85 8B 1A 4 0 2D BE F 2F
Octal 147 205 213 32 4 0 55 276 17 57
Binary 1100111 10000101 10001011 11010 100 0 101101 10111110 1111 101111

Color Harmonies of #67858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67858B

Black with #67858B

Text Example


Text Example

White with #67858B

Text Example


Text Example

HTML Codes & Css Web 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>