Html Css Color HEX #61696A Pale Sky

📋 copy color: '#61696A'

red 97 ◦ green 105 ◦ blue 106

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

Shades of Pale Sky #61696A

Tints of Pale Sky #61696A

RGB

 RED value IS 97 (38.28% from 255) = 31.49%

 GREEN value IS 105 (41.41% from 255) = 34.09%

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 31.49%
G = 34.09%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61696A (or 0x61696A) is known color: Pale Sky. HEX triplet: 61, 69 and 6A. RGB value is (97,105,106). Sum of RGB (Red+Green+Blue) = 97+105+106=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 106 - color contains mainly: blue. Hex color #61696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696A is #9E9695. Grayscale: #666666. Windows color (decimal): -10393238 or 6973793. OLE color: 6973793.

HSL color Cylindrical-coordinate representation of color #61696A: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61696A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 105 106 -
CMYK 0.08 0.01 0 0.58
HSL 186.67º 0.04% 0.4% -
HSV(B) 186.67º 0.08% 0.42% -
XYZ 12.58 13.69 15.61 -
YUV 102.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 97 105 106 0.08 0.01 0 0.58 186.67 0.04 0.4
Hex 61 69 6A 8 1 0 3A BB 4 28
Octal 141 151 152 10 1 0 72 273 4 50
Binary 1100001 1101001 1101010 1000 1 0 111010 10111011 100 101000

Color Harmonies of #61696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61696A

Black with #61696A

Text Example


Text Example

White with #61696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61696A; }

 p { color: rgb(97,105,106); }

 H1.HeaderClassName
 {
   color: #61696A;
 }
 .AnyTagClassName
 {
   color: #61696A;
 }
</style>

background-color css

<style>
 a { background-color: #61696A; }

 a { background-color: rgb(97,105,106); }

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

border-color css

<style>
 span { border-color: #61696A; }

 span { border-color: rgb(97,105,106); }

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