Html Css Color HEX #6C9499 Gothic

📋 copy color: '#6C9499'

red 108 ◦ green 148 ◦ blue 153

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

Shades of Gothic #6C9499

Tints of Gothic #6C9499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 153 (60.16% from 255) = 37.41%

R = 26.41%
G = 36.19%
B = 37.41%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C9499 (or 0x6C9499) is known color: Gothic. HEX triplet: 6C, 94 and 99. RGB value is (108,148,153). Sum of RGB (Red+Green+Blue) = 108+148+153=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C9499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9499 is #936B66. Grayscale: #888888. Windows color (decimal): -9661287 or 10065004. OLE color: 10065004.

HSL color Cylindrical-coordinate representation of color #6C9499: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C9499 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 148 153 -
CMYK 0.29 0.03 0 0.4
HSL 186.67º 0.18% 0.51% -
HSV(B) 186.67º 0.29% 0.6% -
XYZ 22.52 26.67 34.1 -
YUV 136.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 108 148 153 0.29 0.03 0 0.4 186.67 0.18 0.51
Hex 6C 94 99 1D 3 0 28 BB 12 33
Octal 154 224 231 35 3 0 50 273 22 63
Binary 1101100 10010100 10011001 11101 11 0 101000 10111011 10010 110011

Color Harmonies of #6C9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9499

Black with #6C9499

Text Example


Text Example

White with #6C9499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,148,153); }

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

background-color css

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

 a { background-color: rgb(108,148,153); }

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

border-color css

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

 span { border-color: rgb(108,148,153); }

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