Html Css Color HEX #6B8C97 Horizon

📋 copy color: '#6B8C97'

red 107 ◦ green 140 ◦ blue 151

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

Shades of Horizon #6B8C97

Tints of Horizon #6B8C97

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 26.88%
G = 35.18%
B = 37.94%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B8C97 (or 0x6B8C97) is known color: Horizon. HEX triplet: 6B, 8C and 97. RGB value is (107,140,151). Sum of RGB (Red+Green+Blue) = 107+140+151=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B8C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8C97 is #947368. Grayscale: #838383. Windows color (decimal): -9728873 or 9931883. OLE color: 9931883.

HSL color Cylindrical-coordinate representation of color #6B8C97: hue angle of 195º 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 #6B8C97 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 140 151 -
CMYK 0.29 0.07 0 0.41
HSL 195º 0.17% 0.51% -
HSV(B) 195º 0.29% 0.59% -
XYZ 21.03 24.12 32.82 -
YUV 131.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 107 140 151 0.29 0.07 0 0.41 195 0.17 0.51
Hex 6B 8C 97 1D 7 0 29 C3 11 33
Octal 153 214 227 35 7 0 51 303 21 63
Binary 1101011 10001100 10010111 11101 111 0 101001 11000011 10001 110011

Color Harmonies of #6B8C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8C97

Black with #6B8C97

Text Example


Text Example

White with #6B8C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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