Html Css Color HEX #67898B Gothic

📋 copy color: '#67898B'

red 103 ◦ green 137 ◦ blue 139

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

Shades of Gothic #67898B

Tints of Gothic #67898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 27.18%
G = 36.15%
B = 36.68%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67898B (or 0x67898B) is known color: Gothic. HEX triplet: 67, 89 and 8B. RGB value is (103,137,139). Sum of RGB (Red+Green+Blue) = 103+137+139=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #67898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67898B is #987674. Grayscale: #7F7F7F. Windows color (decimal): -9991797 or 9144679. OLE color: 9144679.

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

Color convert

RGB 103 137 139 -
CMYK 0.26 0.01 0 0.45
HSL 183.33º 0.15% 0.47% -
HSV(B) 183.33º 0.26% 0.55% -
XYZ 19.2 22.64 27.78 -
YUV 127.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 103 137 139 0.26 0.01 0 0.45 183.33 0.15 0.47
Hex 67 89 8B 1A 1 0 2D B7 F 2F
Octal 147 211 213 32 1 0 55 267 17 57
Binary 1100111 10001001 10001011 11010 1 0 101101 10110111 1111 101111

Color Harmonies of #67898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67898B

Black with #67898B

Text Example


Text Example

White with #67898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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