Html Css Color HEX #6D907B Oxley

📋 copy color: '#6D907B'

red 109 ◦ green 144 ◦ blue 123

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

Shades of Oxley #6D907B

Tints of Oxley #6D907B

RGB

 RED value IS 109 (42.97% from 255) = 28.99%

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 28.99%
G = 38.3%
B = 32.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#6D907B (or 0x6D907B) is known color: Oxley. HEX triplet: 6D, 90 and 7B. RGB value is (109,144,123). Sum of RGB (Red+Green+Blue) = 109+144+123=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #6D907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D907B is #926F84. Grayscale: #838383. Windows color (decimal): -9596805 or 8097901. OLE color: 8097901.

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

Color convert

RGB 109 144 123 -
CMYK 0.24 0 0.15 0.44
HSL 144º 0.14% 0.5% -
HSV(B) 144º 0.24% 0.56% -
XYZ 19.86 24.63 22.45 -
YUV 131.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 109 144 123 0.24 0 0.15 0.44 144 0.14 0.5
Hex 6D 90 7B 18 0 F 2C 90 E 32
Octal 155 220 173 30 0 17 54 220 16 62
Binary 1101101 10010000 1111011 11000 0 1111 101100 10010000 1110 110010

Color Harmonies of #6D907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D907B

Black with #6D907B

Text Example


Text Example

White with #6D907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,123); }

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

background-color css

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

 a { background-color: rgb(109,144,123); }

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

border-color css

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

 span { border-color: rgb(109,144,123); }

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