Html Css Color HEX #679195 Gothic

📋 copy color: '#679195'

red 103 ◦ green 145 ◦ blue 149

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

Shades of Gothic #679195

Tints of Gothic #679195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 25.94%
G = 36.52%
B = 37.53%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#679195 (or 0x679195) is known color: Gothic. HEX triplet: 67, 91 and 95. RGB value is (103,145,149). Sum of RGB (Red+Green+Blue) = 103+145+149=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #679195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679195 is #986E6A. Grayscale: #848484. Windows color (decimal): -9989739 or 9802087. OLE color: 9802087.

HSL color Cylindrical-coordinate representation of color #679195: hue angle of 185.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679195 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 145 149 -
CMYK 0.31 0.03 0 0.42
HSL 185.22º 0.18% 0.49% -
HSV(B) 185.22º 0.31% 0.58% -
XYZ 21.14 25.3 32.2 -
YUV 132.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 103 145 149 0.31 0.03 0 0.42 185.22 0.18 0.49
Hex 67 91 95 1F 3 0 2A B9 12 31
Octal 147 221 225 37 3 0 52 271 22 61
Binary 1100111 10010001 10010101 11111 11 0 101010 10111001 10010 110001

Color Harmonies of #679195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679195

Black with #679195

Text Example


Text Example

White with #679195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679195; }

 p { color: rgb(103,145,149); }

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

background-color css

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

 a { background-color: rgb(103,145,149); }

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

border-color css

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

 span { border-color: rgb(103,145,149); }

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