Html Css Color HEX #6B927D Oxley

📋 copy color: '#6B927D'

red 107 ◦ green 146 ◦ blue 125

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

Shades of Oxley #6B927D

Tints of Oxley #6B927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 28.31%
G = 38.62%
B = 33.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#6B927D (or 0x6B927D) is known color: Oxley. HEX triplet: 6B, 92 and 7D. RGB value is (107,146,125). Sum of RGB (Red+Green+Blue) = 107+146+125=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #6B927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B927D is #946D82. Grayscale: #838383. Windows color (decimal): -9727363 or 8229483. OLE color: 8229483.

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

Color convert

RGB 107 146 125 -
CMYK 0.27 0 0.14 0.43
HSL 147.69º 0.15% 0.5% -
HSV(B) 147.69º 0.27% 0.57% -
XYZ 20.04 25.16 23.2 -
YUV 131.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 107 146 125 0.27 0 0.14 0.43 147.69 0.15 0.5
Hex 6B 92 7D 1B 0 E 2B 94 F 32
Octal 153 222 175 33 0 16 53 224 17 62
Binary 1101011 10010010 1111101 11011 0 1110 101011 10010100 1111 110010

Color Harmonies of #6B927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B927D

Black with #6B927D

Text Example


Text Example

White with #6B927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,125); }

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

background-color css

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

 a { background-color: rgb(107,146,125); }

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

border-color css

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

 span { border-color: rgb(107,146,125); }

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