Html Css Color HEX #6D8F7B Oxley

📋 copy color: '#6D8F7B'

red 109 ◦ green 143 ◦ blue 123

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

Shades of Oxley #6D8F7B

Tints of Oxley #6D8F7B

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 29.07%
G = 38.13%
B = 32.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#6D8F7B (or 0x6D8F7B) is known color: Oxley. HEX triplet: 6D, 8F and 7B. RGB value is (109,143,123). Sum of RGB (Red+Green+Blue) = 109+143+123=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8F7B is #927084. Grayscale: #828282. Windows color (decimal): -9597061 or 8097645. OLE color: 8097645.

HSL color Cylindrical-coordinate representation of color #6D8F7B: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8F7B is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 143 123 -
CMYK 0.24 0 0.14 0.44
HSL 144.71º 0.13% 0.49% -
HSV(B) 144.71º 0.24% 0.56% -
XYZ 19.7 24.33 22.4 -
YUV 130.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 109 143 123 0.24 0 0.14 0.44 144.71 0.13 0.49
Hex 6D 8F 7B 18 0 E 2C 91 D 31
Octal 155 217 173 30 0 16 54 221 15 61
Binary 1101101 10001111 1111011 11000 0 1110 101100 10010001 1101 110001

Color Harmonies of #6D8F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8F7B

Black with #6D8F7B

Text Example


Text Example

White with #6D8F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,143,123); }

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

background-color css

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

 a { background-color: rgb(109,143,123); }

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

border-color css

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

 span { border-color: rgb(109,143,123); }

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