Html Css Color HEX #679298 Gothic

📋 copy color: '#679298'

red 103 ◦ green 146 ◦ blue 152

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

Shades of Gothic #679298

Tints of Gothic #679298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 25.69%
G = 36.41%
B = 37.91%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#679298 (or 0x679298) is known color: Gothic. HEX triplet: 67, 92 and 98. RGB value is (103,146,152). Sum of RGB (Red+Green+Blue) = 103+146+152=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #679298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679298 is #986D67. Grayscale: #858585. Windows color (decimal): -9989480 or 9998951. OLE color: 9998951.

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

Color convert

RGB 103 146 152 -
CMYK 0.32 0.04 0 0.40
HSL 187.35º 0.19% 0.5% -
HSV(B) 187.35º 0.32% 0.6% -
XYZ 21.54 25.71 33.53 -
YUV 133.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 103 146 152 0.32 0.04 0 0.40 187.35 0.19 0.5
Hex 67 92 98 20 4 0 28 BB 13 32
Octal 147 222 230 40 4 0 50 273 23 62
Binary 1100111 10010010 10011000 100000 100 0 101000 10111011 10011 110010

Color Harmonies of #679298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679298

Black with #679298

Text Example


Text Example

White with #679298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679298; }

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

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

background-color css

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

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

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

border-color css

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

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

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