Html Css Color HEX #6B8B97 Horizon

📋 copy color: '#6B8B97'

red 107 ◦ green 139 ◦ blue 151

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

Shades of Horizon #6B8B97

Tints of Horizon #6B8B97

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 26.95%
G = 35.01%
B = 38.04%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B8B97 (or 0x6B8B97) is known color: Horizon. HEX triplet: 6B, 8B and 97. RGB value is (107,139,151). Sum of RGB (Red+Green+Blue) = 107+139+151=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B8B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B97 is #947468. Grayscale: #828282. Windows color (decimal): -9729129 or 9931627. OLE color: 9931627.

HSL color Cylindrical-coordinate representation of color #6B8B97: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B8B97 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 139 151 -
CMYK 0.29 0.08 0 0.41
HSL 196.36º 0.17% 0.51% -
HSV(B) 196.36º 0.29% 0.59% -
XYZ 20.88 23.83 32.78 -
YUV 130.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 107 139 151 0.29 0.08 0 0.41 196.36 0.17 0.51
Hex 6B 8B 97 1D 8 0 29 C4 11 33
Octal 153 213 227 35 10 0 51 304 21 63
Binary 1101011 10001011 10010111 11101 1000 0 101001 11000100 10001 110011

Color Harmonies of #6B8B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B97

Black with #6B8B97

Text Example


Text Example

White with #6B8B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,139,151); }

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

background-color css

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

 a { background-color: rgb(107,139,151); }

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

border-color css

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

 span { border-color: rgb(107,139,151); }

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