#616465

Color #616465 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #616465

Tints of Pale Sky #616465

Color information

#616465 (or 0x616465) is unknown color: approx 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

RGB97100101-
CMYK0.040.0100.60
HSL195º2.02%38.82%-
HSV(B)195º3.96%39.61%-
XYZ11.8412.614.12-
YUV99.22129.01126.42-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal971001010.040.0100.601952.0238.82
Hex6164654103Cc3227
Octal14114414541074303247
Binary110000111001001100101100101111001100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>