Html Css Color HEX #6A7376 Pale Sky

📋 copy color: '#6A7376'

red 106 ◦ green 115 ◦ blue 118

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

Shades of Pale Sky #6A7376

Tints of Pale Sky #6A7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 31.27%
G = 33.92%
B = 34.81%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A7376 (or 0x6A7376) is known color: Pale Sky. HEX triplet: 6A, 73 and 76. RGB value is (106,115,118). Sum of RGB (Red+Green+Blue) = 106+115+118=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A7376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7376 is #958C89. Grayscale: #707070. Windows color (decimal): -9800842 or 7762794. OLE color: 7762794.

HSL color Cylindrical-coordinate representation of color #6A7376: hue angle of 195º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A7376 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 115 118 -
CMYK 0.10 0.03 0 0.54
HSL 195º 0.05% 0.44% -
HSV(B) 195º 0.1% 0.46% -
XYZ 15.34 16.63 19.54 -
YUV 112.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 106 115 118 0.10 0.03 0 0.54 195 0.05 0.44
Hex 6A 73 76 A 3 0 36 C3 5 2C
Octal 152 163 166 12 3 0 66 303 5 54
Binary 1101010 1110011 1110110 1010 11 0 110110 11000011 101 101100

Color Harmonies of #6A7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7376

Black with #6A7376

Text Example


Text Example

White with #6A7376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,115,118); }

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

background-color css

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

 a { background-color: rgb(106,115,118); }

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

border-color css

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

 span { border-color: rgb(106,115,118); }

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