Html Css Color HEX #6A9F7D Oxley

📋 copy color: '#6A9F7D'

red 106 ◦ green 159 ◦ blue 125

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

Shades of Oxley #6A9F7D

Tints of Oxley #6A9F7D

RGB

 RED value IS 106 (41.8% from 255) = 27.18%

 GREEN value IS 159 (62.5% from 255) = 40.77%

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

R = 27.18%
G = 40.77%
B = 32.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#6A9F7D (or 0x6A9F7D) is known color: Oxley. HEX triplet: 6A, 9F and 7D. RGB value is (106,159,125). Sum of RGB (Red+Green+Blue) = 106+159+125=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9F7D is #956082. Grayscale: #8B8B8B. Windows color (decimal): -9789571 or 8232810. OLE color: 8232810.

HSL color Cylindrical-coordinate representation of color #6A9F7D: hue angle of 141.51º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9F7D is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 159 125 -
CMYK 0.33 0 0.21 0.38
HSL 141.51º 0.22% 0.52% -
HSV(B) 141.51º 0.33% 0.62% -
XYZ 22.04 29.34 23.9 -
YUV 139.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 106 159 125 0.33 0 0.21 0.38 141.51 0.22 0.52
Hex 6A 9F 7D 21 0 15 26 8E 16 34
Octal 152 237 175 41 0 25 46 216 26 64
Binary 1101010 10011111 1111101 100001 0 10101 100110 10001110 10110 110100

Color Harmonies of #6A9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9F7D

Black with #6A9F7D

Text Example


Text Example

White with #6A9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,159,125); }

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

background-color css

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

 a { background-color: rgb(106,159,125); }

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

border-color css

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

 span { border-color: rgb(106,159,125); }

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