Html Css Color HEX #679296 Gothic

📋 copy color: '#679296'

red 103 ◦ green 146 ◦ blue 150

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

Shades of Gothic #679296

Tints of Gothic #679296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 25.81%
G = 36.59%
B = 37.59%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#679296 (or 0x679296) is known color: Gothic. HEX triplet: 67, 92 and 96. RGB value is (103,146,150). Sum of RGB (Red+Green+Blue) = 103+146+150=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #679296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679296 is #986D69. Grayscale: #858585. Windows color (decimal): -9989482 or 9867879. OLE color: 9867879.

HSL color Cylindrical-coordinate representation of color #679296: hue angle of 185.11º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679296 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 146 150 -
CMYK 0.31 0.03 0 0.41
HSL 185.11º 0.19% 0.5% -
HSV(B) 185.11º 0.31% 0.59% -
XYZ 21.38 25.64 32.68 -
YUV 133.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 103 146 150 0.31 0.03 0 0.41 185.11 0.19 0.5
Hex 67 92 96 1F 3 0 29 B9 13 32
Octal 147 222 226 37 3 0 51 271 23 62
Binary 1100111 10010010 10010110 11111 11 0 101001 10111001 10011 110010

Color Harmonies of #679296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679296

Black with #679296

Text Example


Text Example

White with #679296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679296; }

 p { color: rgb(103,146,150); }

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

background-color css

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

 a { background-color: rgb(103,146,150); }

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

border-color css

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

 span { border-color: rgb(103,146,150); }

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