Html Css Color HEX #6C929D Horizon

📋 copy color: '#6C929D'

red 108 ◦ green 146 ◦ blue 157

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

Shades of Horizon #6C929D

Tints of Horizon #6C929D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 26.28%
G = 35.52%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C929D (or 0x6C929D) is known color: Horizon. HEX triplet: 6C, 92 and 9D. RGB value is (108,146,157). Sum of RGB (Red+Green+Blue) = 108+146+157=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C929D is #936D62. Grayscale: #878787. Windows color (decimal): -9661795 or 10326636. OLE color: 10326636.

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

Color convert

RGB 108 146 157 -
CMYK 0.31 0.07 0 0.38
HSL 193.47º 0.2% 0.52% -
HSV(B) 193.47º 0.31% 0.62% -
XYZ 22.55 26.18 35.76 -
YUV 135.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 108 146 157 0.31 0.07 0 0.38 193.47 0.2 0.52
Hex 6C 92 9D 1F 7 0 26 C1 14 34
Octal 154 222 235 37 7 0 46 301 24 64
Binary 1101100 10010010 10011101 11111 111 0 100110 11000001 10100 110100

Color Harmonies of #6C929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C929D

Black with #6C929D

Text Example


Text Example

White with #6C929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,146,157); }

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

background-color css

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

 a { background-color: rgb(108,146,157); }

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

border-color css

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

 span { border-color: rgb(108,146,157); }

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