Html Css Color HEX #6B929B Horizon

📋 copy color: '#6B929B'

red 107 ◦ green 146 ◦ blue 155

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

Shades of Horizon #6B929B

Tints of Horizon #6B929B

RGB

 RED value IS 107 (42.19% from 255) = 26.23%

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

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

R = 26.23%
G = 35.78%
B = 37.99%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B929B (or 0x6B929B) is known color: Horizon. HEX triplet: 6B, 92 and 9B. RGB value is (107,146,155). Sum of RGB (Red+Green+Blue) = 107+146+155=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B929B is #946D64. Grayscale: #878787. Windows color (decimal): -9727333 or 10195563. OLE color: 10195563.

HSL color Cylindrical-coordinate representation of color #6B929B: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B929B is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 146 155 -
CMYK 0.31 0.06 0 0.39
HSL 191.25º 0.19% 0.51% -
HSV(B) 191.25º 0.31% 0.61% -
XYZ 22.26 26.05 34.87 -
YUV 135.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 107 146 155 0.31 0.06 0 0.39 191.25 0.19 0.51
Hex 6B 92 9B 1F 6 0 27 BF 13 33
Octal 153 222 233 37 6 0 47 277 23 63
Binary 1101011 10010010 10011011 11111 110 0 100111 10111111 10011 110011

Color Harmonies of #6B929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B929B

Black with #6B929B

Text Example


Text Example

White with #6B929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,155); }

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

background-color css

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

 a { background-color: rgb(107,146,155); }

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

border-color css

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

 span { border-color: rgb(107,146,155); }

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