Html Css Color HEX #6F8289 Regent Grey

📋 copy color: '#6F8289'

red 111 ◦ green 130 ◦ blue 137

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

Shades of Regent Grey #6F8289

Tints of Regent Grey #6F8289

RGB

 RED value IS 111 (43.75% from 255) = 29.37%

 GREEN value IS 130 (51.17% from 255) = 34.39%

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 29.37%
G = 34.39%
B = 36.24%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F8289 (or 0x6F8289) is known color: Regent Grey. HEX triplet: 6F, 82 and 89. RGB value is (111,130,137). Sum of RGB (Red+Green+Blue) = 111+130+137=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F8289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8289 is #907D76. Grayscale: #7D7D7D. Windows color (decimal): -9469303 or 9011823. OLE color: 9011823.

HSL color Cylindrical-coordinate representation of color #6F8289: hue angle of 196.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8289 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 130 137 -
CMYK 0.19 0.05 0 0.46
HSL 196.15º 0.1% 0.49% -
HSV(B) 196.15º 0.19% 0.54% -
XYZ 19.05 21.15 26.75 -
YUV 125.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 111 130 137 0.19 0.05 0 0.46 196.15 0.1 0.49
Hex 6F 82 89 13 5 0 2E C4 A 31
Octal 157 202 211 23 5 0 56 304 12 61
Binary 1101111 10000010 10001001 10011 101 0 101110 11000100 1010 110001

Color Harmonies of #6F8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8289

Black with #6F8289

Text Example


Text Example

White with #6F8289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,137); }

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

background-color css

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

 a { background-color: rgb(111,130,137); }

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

border-color css

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

 span { border-color: rgb(111,130,137); }

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