Html Css Color HEX #616465 Pale Sky

📋 copy color: '#616465'

red 97 ◦ green 100 ◦ blue 101

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

Shades of Pale Sky #616465

Tints of Pale Sky #616465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 32.55%
G = 33.56%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#616465 (or 0x616465) is known color: Pale Sky. HEX triplet: 61, 64 and 65. RGB value is (97,100,101). Sum of RGB (Red+Green+Blue) = 97+100+101=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 101 - color contains mainly: blue. Hex color #616465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616465 is #9E9B9A. Grayscale: #636363. Windows color (decimal): -10394523 or 6644833. OLE color: 6644833.

HSL color Cylindrical-coordinate representation of color #616465: hue angle of 195º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #616465 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 100 101 -
CMYK 0.04 0.01 0 0.60
HSL 195º 0.02% 0.39% -
HSV(B) 195º 0.04% 0.4% -
XYZ 11.84 12.6 14.12 -
YUV 99.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 97 100 101 0.04 0.01 0 0.60 195 0.02 0.39
Hex 61 64 65 4 1 0 3C C3 2 27
Octal 141 144 145 4 1 0 74 303 2 47
Binary 1100001 1100100 1100101 100 1 0 111100 11000011 10 100111

Color Harmonies of #616465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616465

Black with #616465

Text Example


Text Example

White with #616465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616465; }

 p { color: rgb(97,100,101); }

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

background-color css

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

 a { background-color: rgb(97,100,101); }

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

border-color css

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

 span { border-color: rgb(97,100,101); }

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