Html Css Color HEX #6C959F Horizon

📋 copy color: '#6C959F'

red 108 ◦ green 149 ◦ blue 159

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

Shades of Horizon #6C959F

Tints of Horizon #6C959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 25.96%
G = 35.82%
B = 38.22%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C959F (or 0x6C959F) is known color: Horizon. HEX triplet: 6C, 95 and 9F. RGB value is (108,149,159). Sum of RGB (Red+Green+Blue) = 108+149+159=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C959F is #936A60. Grayscale: #898989. Windows color (decimal): -9661025 or 10458476. OLE color: 10458476.

HSL color Cylindrical-coordinate representation of color #6C959F: hue angle of 191.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C959F is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 149 159 -
CMYK 0.32 0.06 0 0.38
HSL 191.76º 0.21% 0.52% -
HSV(B) 191.76º 0.32% 0.62% -
XYZ 23.19 27.19 36.83 -
YUV 137.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 108 149 159 0.32 0.06 0 0.38 191.76 0.21 0.52
Hex 6C 95 9F 20 6 0 26 C0 15 34
Octal 154 225 237 40 6 0 46 300 25 64
Binary 1101100 10010101 10011111 100000 110 0 100110 11000000 10101 110100

Color Harmonies of #6C959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C959F

Black with #6C959F

Text Example


Text Example

White with #6C959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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