Html Css Color HEX #6B997F Oxley

📋 copy color: '#6B997F'

red 107 ◦ green 153 ◦ blue 127

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

Shades of Oxley #6B997F

Tints of Oxley #6B997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 27.65%
G = 39.53%
B = 32.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#6B997F (or 0x6B997F) is known color: Oxley. HEX triplet: 6B, 99 and 7F. RGB value is (107,153,127). Sum of RGB (Red+Green+Blue) = 107+153+127=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #6B997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B997F is #946680. Grayscale: #888888. Windows color (decimal): -9725569 or 8362347. OLE color: 8362347.

HSL color Cylindrical-coordinate representation of color #6B997F: hue angle of 146.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B997F is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 153 127 -
CMYK 0.30 0 0.17 0.4
HSL 146.09º 0.18% 0.51% -
HSV(B) 146.09º 0.3% 0.6% -
XYZ 21.29 27.44 24.25 -
YUV 136.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 107 153 127 0.30 0 0.17 0.4 146.09 0.18 0.51
Hex 6B 99 7F 1E 0 11 28 92 12 33
Octal 153 231 177 36 0 21 50 222 22 63
Binary 1101011 10011001 1111111 11110 0 10001 101000 10010010 10010 110011

Color Harmonies of #6B997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B997F

Black with #6B997F

Text Example


Text Example

White with #6B997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,153,127); }

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

background-color css

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

 a { background-color: rgb(107,153,127); }

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

border-color css

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

 span { border-color: rgb(107,153,127); }

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