Html Css Color HEX #6A7073 Pale Sky

📋 copy color: '#6A7073'

red 106 ◦ green 112 ◦ blue 115

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

Shades of Pale Sky #6A7073

Tints of Pale Sky #6A7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 31.83%
G = 33.63%
B = 34.53%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A7073 (or 0x6A7073) is known color: Pale Sky. HEX triplet: 6A, 70 and 73. RGB value is (106,112,115). Sum of RGB (Red+Green+Blue) = 106+112+115=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7073 is #958F8C. Grayscale: #6E6E6E. Windows color (decimal): -9801613 or 7565418. OLE color: 7565418.

HSL color Cylindrical-coordinate representation of color #6A7073: hue angle of 200º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A7073 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 112 115 -
CMYK 0.08 0.03 0 0.55
HSL 200º 0.04% 0.43% -
HSV(B) 200º 0.08% 0.45% -
XYZ 14.83 15.89 18.51 -
YUV 110.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 106 112 115 0.08 0.03 0 0.55 200 0.04 0.43
Hex 6A 70 73 8 3 0 37 C8 4 2B
Octal 152 160 163 10 3 0 67 310 4 53
Binary 1101010 1110000 1110011 1000 11 0 110111 11001000 100 101011

Color Harmonies of #6A7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7073

Black with #6A7073

Text Example


Text Example

White with #6A7073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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