Html Css Color HEX #6C997D Oxley

📋 copy color: '#6C997D'

red 108 ◦ green 153 ◦ blue 125

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

Shades of Oxley #6C997D

Tints of Oxley #6C997D

RGB

 RED value IS 108 (42.58% from 255) = 27.98%

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

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

R = 27.98%
G = 39.64%
B = 32.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#6C997D (or 0x6C997D) is known color: Oxley. HEX triplet: 6C, 99 and 7D. RGB value is (108,153,125). Sum of RGB (Red+Green+Blue) = 108+153+125=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #6C997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C997D is #936682. Grayscale: #888888. Windows color (decimal): -9660035 or 8231276. OLE color: 8231276.

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

Color convert

RGB 108 153 125 -
CMYK 0.29 0 0.18 0.4
HSL 142.67º 0.18% 0.51% -
HSV(B) 142.67º 0.29% 0.6% -
XYZ 21.28 27.45 23.58 -
YUV 136.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 108 153 125 0.29 0 0.18 0.4 142.67 0.18 0.51
Hex 6C 99 7D 1D 0 12 28 8F 12 33
Octal 154 231 175 35 0 22 50 217 22 63
Binary 1101100 10011001 1111101 11101 0 10010 101000 10001111 10010 110011

Color Harmonies of #6C997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C997D

Black with #6C997D

Text Example


Text Example

White with #6C997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,153,125); }

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

background-color css

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

 a { background-color: rgb(108,153,125); }

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

border-color css

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

 span { border-color: rgb(108,153,125); }

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