Html Css Color HEX #679297 Gothic

📋 copy color: '#679297'

red 103 ◦ green 146 ◦ blue 151

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

Shades of Gothic #679297

Tints of Gothic #679297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 25.75%
G = 36.5%
B = 37.75%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#679297 (or 0x679297) is known color: Gothic. HEX triplet: 67, 92 and 97. RGB value is (103,146,151). Sum of RGB (Red+Green+Blue) = 103+146+151=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #679297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679297 is #986D68. Grayscale: #858585. Windows color (decimal): -9989481 or 9933415. OLE color: 9933415.

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

Color convert

RGB 103 146 151 -
CMYK 0.32 0.03 0 0.41
HSL 186.25º 0.19% 0.5% -
HSV(B) 186.25º 0.32% 0.59% -
XYZ 21.46 25.68 33.1 -
YUV 133.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 103 146 151 0.32 0.03 0 0.41 186.25 0.19 0.5
Hex 67 92 97 20 3 0 29 BA 13 32
Octal 147 222 227 40 3 0 51 272 23 62
Binary 1100111 10010010 10010111 100000 11 0 101001 10111010 10011 110010

Color Harmonies of #679297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679297

Black with #679297

Text Example


Text Example

White with #679297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679297; }

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

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

background-color css

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

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

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

border-color css

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

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

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