Html Css Color HEX #68848B Gothic

📋 copy color: '#68848B'

red 104 ◦ green 132 ◦ blue 139

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

Shades of Gothic #68848B

Tints of Gothic #68848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 27.73%
G = 35.2%
B = 37.07%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68848B (or 0x68848B) is known color: Gothic. HEX triplet: 68, 84 and 8B. RGB value is (104,132,139). Sum of RGB (Red+Green+Blue) = 104+132+139=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 132 (51.95% from 255 or 35.2% 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 #68848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68848B is #977B74. Grayscale: #7C7C7C. Windows color (decimal): -9927541 or 9143400. OLE color: 9143400.

HSL color Cylindrical-coordinate representation of color #68848B: hue angle of 192º 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 #68848B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 132 139 -
CMYK 0.25 0.05 0 0.45
HSL 192º 0.14% 0.48% -
HSV(B) 192º 0.25% 0.55% -
XYZ 18.62 21.31 27.56 -
YUV 124.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 104 132 139 0.25 0.05 0 0.45 192 0.14 0.48
Hex 68 84 8B 19 5 0 2D C0 E 30
Octal 150 204 213 31 5 0 55 300 16 60
Binary 1101000 10000100 10001011 11001 101 0 101101 11000000 1110 110000

Color Harmonies of #68848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68848B

Black with #68848B

Text Example


Text Example

White with #68848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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