Html Css Color HEX #6B917C Oxley

📋 copy color: '#6B917C'

red 107 ◦ green 145 ◦ blue 124

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

Shades of Oxley #6B917C

Tints of Oxley #6B917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 28.46%
G = 38.56%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#6B917C (or 0x6B917C) is known color: Oxley. HEX triplet: 6B, 91 and 7C. RGB value is (107,145,124). Sum of RGB (Red+Green+Blue) = 107+145+124=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #6B917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B917C is #946E83. Grayscale: #838383. Windows color (decimal): -9727620 or 8163691. OLE color: 8163691.

HSL color Cylindrical-coordinate representation of color #6B917C: hue angle of 146.84º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B917C is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 124 -
CMYK 0.26 0 0.14 0.43
HSL 146.84º 0.15% 0.49% -
HSV(B) 146.84º 0.26% 0.57% -
XYZ 19.83 24.83 22.82 -
YUV 131.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 107 145 124 0.26 0 0.14 0.43 146.84 0.15 0.49
Hex 6B 91 7C 1A 0 E 2B 93 F 31
Octal 153 221 174 32 0 16 53 223 17 61
Binary 1101011 10010001 1111100 11010 0 1110 101011 10010011 1111 110001

Color Harmonies of #6B917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B917C

Black with #6B917C

Text Example


Text Example

White with #6B917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,124); }

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

background-color css

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

 a { background-color: rgb(107,145,124); }

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

border-color css

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

 span { border-color: rgb(107,145,124); }

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