Html Css Color HEX #6CA184 Oxley

📋 copy color: '#6CA184'

red 108 ◦ green 161 ◦ blue 132

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

Shades of Oxley #6CA184

Tints of Oxley #6CA184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 26.93%
G = 40.15%
B = 32.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#6CA184 (or 0x6CA184) is known color: Oxley. HEX triplet: 6C, A1 and 84. RGB value is (108,161,132). Sum of RGB (Red+Green+Blue) = 108+161+132=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA184 is #935E7B. Grayscale: #8D8D8D. Windows color (decimal): -9657980 or 8692076. OLE color: 8692076.

HSL color Cylindrical-coordinate representation of color #6CA184: hue angle of 147.17º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA184 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 132 -
CMYK 0.33 0 0.18 0.37
HSL 147.17º 0.22% 0.53% -
HSV(B) 147.17º 0.33% 0.63% -
XYZ 23.09 30.34 26.47 -
YUV 141.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 108 161 132 0.33 0 0.18 0.37 147.17 0.22 0.53
Hex 6C A1 84 21 0 12 25 93 16 35
Octal 154 241 204 41 0 22 45 223 26 65
Binary 1101100 10100001 10000100 100001 0 10010 100101 10010011 10110 110101

Color Harmonies of #6CA184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA184

Black with #6CA184

Text Example


Text Example

White with #6CA184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,161,132); }

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

background-color css

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

 a { background-color: rgb(108,161,132); }

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

border-color css

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

 span { border-color: rgb(108,161,132); }

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