Html Css Color HEX #68858B Gothic

📋 copy color: '#68858B'

red 104 ◦ green 133 ◦ blue 139

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

Shades of Gothic #68858B

Tints of Gothic #68858B

RGB

 RED value IS 104 (41.02% from 255) = 27.66%

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 27.66%
G = 35.37%
B = 36.97%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68858B (or 0x68858B) is known color: Gothic. HEX triplet: 68, 85 and 8B. RGB value is (104,133,139). Sum of RGB (Red+Green+Blue) = 104+133+139=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #68858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68858B is #977A74. Grayscale: #7C7C7C. Windows color (decimal): -9927285 or 9143656. OLE color: 9143656.

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

Color convert

RGB 104 133 139 -
CMYK 0.25 0.04 0 0.45
HSL 190.29º 0.14% 0.48% -
HSV(B) 190.29º 0.25% 0.55% -
XYZ 18.76 21.58 27.6 -
YUV 125.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 104 133 139 0.25 0.04 0 0.45 190.29 0.14 0.48
Hex 68 85 8B 19 4 0 2D BE E 30
Octal 150 205 213 31 4 0 55 276 16 60
Binary 1101000 10000101 10001011 11001 100 0 101101 10111110 1110 110000

Color Harmonies of #68858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68858B

Black with #68858B

Text Example


Text Example

White with #68858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68858B;
 }
 .AnyTagClassName
 {
   color: #68858B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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