Html Css Color HEX #6C959B Gothic

📋 copy color: '#6C959B'

red 108 ◦ green 149 ◦ blue 155

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

Shades of Gothic #6C959B

Tints of Gothic #6C959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 26.21%
G = 36.17%
B = 37.62%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C959B (or 0x6C959B) is known color: Gothic. HEX triplet: 6C, 95 and 9B. RGB value is (108,149,155). Sum of RGB (Red+Green+Blue) = 108+149+155=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C959B is #936A64. Grayscale: #898989. Windows color (decimal): -9661029 or 10196332. OLE color: 10196332.

HSL color Cylindrical-coordinate representation of color #6C959B: hue angle of 187.66º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C959B is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 149 155 -
CMYK 0.30 0.04 0 0.39
HSL 187.66º 0.19% 0.52% -
HSV(B) 187.66º 0.3% 0.61% -
XYZ 22.85 27.05 35.03 -
YUV 137.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 108 149 155 0.30 0.04 0 0.39 187.66 0.19 0.52
Hex 6C 95 9B 1E 4 0 27 BC 13 34
Octal 154 225 233 36 4 0 47 274 23 64
Binary 1101100 10010101 10011011 11110 100 0 100111 10111100 10011 110100

Color Harmonies of #6C959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C959B

Black with #6C959B

Text Example


Text Example

White with #6C959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,155); }

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

background-color css

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

 a { background-color: rgb(108,149,155); }

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

border-color css

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

 span { border-color: rgb(108,149,155); }

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