Html Css Color HEX #6C919A Gothic

📋 copy color: '#6C919A'

red 108 ◦ green 145 ◦ blue 154

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

Shades of Gothic #6C919A

Tints of Gothic #6C919A

RGB

 RED value IS 108 (42.58% from 255) = 26.54%

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 26.54%
G = 35.63%
B = 37.84%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C919A (or 0x6C919A) is known color: Gothic. HEX triplet: 6C, 91 and 9A. RGB value is (108,145,154). Sum of RGB (Red+Green+Blue) = 108+145+154=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C919A is #936E65. Grayscale: #868686. Windows color (decimal): -9662054 or 10129772. OLE color: 10129772.

HSL color Cylindrical-coordinate representation of color #6C919A: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C919A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 145 154 -
CMYK 0.30 0.06 0 0.40
HSL 191.74º 0.19% 0.51% -
HSV(B) 191.74º 0.3% 0.6% -
XYZ 22.14 25.77 34.38 -
YUV 134.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 108 145 154 0.30 0.06 0 0.40 191.74 0.19 0.51
Hex 6C 91 9A 1E 6 0 28 C0 13 33
Octal 154 221 232 36 6 0 50 300 23 63
Binary 1101100 10010001 10011010 11110 110 0 101000 11000000 10011 110011

Color Harmonies of #6C919A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C919A

Black with #6C919A

Text Example


Text Example

White with #6C919A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C919A; }

 p { color: rgb(108,145,154); }

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

background-color css

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

 a { background-color: rgb(108,145,154); }

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

border-color css

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

 span { border-color: rgb(108,145,154); }

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