Html Css Color HEX #6D929C Horizon

📋 copy color: '#6D929C'

red 109 ◦ green 146 ◦ blue 156

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

Shades of Horizon #6D929C

Tints of Horizon #6D929C

RGB

 RED value IS 109 (42.97% from 255) = 26.52%

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 26.52%
G = 35.52%
B = 37.96%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D929C (or 0x6D929C) is known color: Horizon. HEX triplet: 6D, 92 and 9C. RGB value is (109,146,156). Sum of RGB (Red+Green+Blue) = 109+146+156=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D929C is #926D63. Grayscale: #888888. Windows color (decimal): -9596260 or 10261101. OLE color: 10261101.

HSL color Cylindrical-coordinate representation of color #6D929C: hue angle of 192.77º 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 #6D929C is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 146 156 -
CMYK 0.30 0.06 0 0.39
HSL 192.77º 0.19% 0.52% -
HSV(B) 192.77º 0.3% 0.61% -
XYZ 22.59 26.21 35.32 -
YUV 136.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 109 146 156 0.30 0.06 0 0.39 192.77 0.19 0.52
Hex 6D 92 9C 1E 6 0 27 C1 13 34
Octal 155 222 234 36 6 0 47 301 23 64
Binary 1101101 10010010 10011100 11110 110 0 100111 11000001 10011 110100

Color Harmonies of #6D929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D929C

Black with #6D929C

Text Example


Text Example

White with #6D929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,156); }

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

background-color css

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

 a { background-color: rgb(109,146,156); }

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

border-color css

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

 span { border-color: rgb(109,146,156); }

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