Html Css Color HEX #6B919B Horizon

📋 copy color: '#6B919B'

red 107 ◦ green 145 ◦ blue 155

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

Shades of Horizon #6B919B

Tints of Horizon #6B919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

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

R = 26.29%
G = 35.63%
B = 38.08%

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

#6B919B (or 0x6B919B) is known color: Horizon. HEX triplet: 6B, 91 and 9B. RGB value is (107,145,155). Sum of RGB (Red+Green+Blue) = 107+145+155=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B919B is #946E64. Grayscale: #868686. Windows color (decimal): -9727589 or 10195307. OLE color: 10195307.

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

Color convert

RGB 107 145 155 -
CMYK 0.31 0.06 0 0.39
HSL 192.5º 0.19% 0.51% -
HSV(B) 192.5º 0.31% 0.61% -
XYZ 22.11 25.74 34.81 -
YUV 134.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 107 145 155 0.31 0.06 0 0.39 192.5 0.19 0.51
Hex 6B 91 9B 1F 6 0 27 C0 13 33
Octal 153 221 233 37 6 0 47 300 23 63
Binary 1101011 10010001 10011011 11111 110 0 100111 11000000 10011 110011

Color Harmonies of #6B919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B919B

Black with #6B919B

Text Example


Text Example

White with #6B919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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