Html Css Color HEX #6E8F7D Oxley

📋 copy color: '#6E8F7D'

red 110 ◦ green 143 ◦ blue 125

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

Shades of Oxley #6E8F7D

Tints of Oxley #6E8F7D

RGB

 RED value IS 110 (43.36% from 255) = 29.1%

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 29.1%
G = 37.83%
B = 33.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#6E8F7D (or 0x6E8F7D) is known color: Oxley. HEX triplet: 6E, 8F and 7D. RGB value is (110,143,125). Sum of RGB (Red+Green+Blue) = 110+143+125=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8F7D is #917082. Grayscale: #838383. Windows color (decimal): -9531523 or 8228718. OLE color: 8228718.

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

Color convert

RGB 110 143 125 -
CMYK 0.23 0 0.13 0.44
HSL 147.27º 0.13% 0.5% -
HSV(B) 147.27º 0.23% 0.56% -
XYZ 19.95 24.44 23.07 -
YUV 131.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 110 143 125 0.23 0 0.13 0.44 147.27 0.13 0.5
Hex 6E 8F 7D 17 0 D 2C 93 D 32
Octal 156 217 175 27 0 15 54 223 15 62
Binary 1101110 10001111 1111101 10111 0 1101 101100 10010011 1101 110010

Color Harmonies of #6E8F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8F7D

Black with #6E8F7D

Text Example


Text Example

White with #6E8F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,143,125); }

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

background-color css

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

 a { background-color: rgb(110,143,125); }

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

border-color css

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

 span { border-color: rgb(110,143,125); }

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