Html Css Color HEX #606465 Pale Sky

📋 copy color: '#606465'

red 96 ◦ green 100 ◦ blue 101

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

Shades of Pale Sky #606465

Tints of Pale Sky #606465

RGB

 RED value IS 96 (37.89% from 255) = 32.32%

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

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

R = 32.32%
G = 33.67%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#606465 (or 0x606465) is known color: Pale Sky. HEX triplet: 60, 64 and 65. RGB value is (96,100,101). Sum of RGB (Red+Green+Blue) = 96+100+101=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 101 - color contains mainly: blue. Hex color #606465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606465 is #9F9B9A. Grayscale: #626262. Windows color (decimal): -10460059 or 6644832. OLE color: 6644832.

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

Color convert

RGB 96 100 101 -
CMYK 0.05 0.01 0 0.60
HSL 192º 0.03% 0.39% -
HSV(B) 192º 0.05% 0.4% -
XYZ 11.73 12.54 14.11 -
YUV 98.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 96 100 101 0.05 0.01 0 0.60 192 0.03 0.39
Hex 60 64 65 5 1 0 3C C0 3 27
Octal 140 144 145 5 1 0 74 300 3 47
Binary 1100000 1100100 1100101 101 1 0 111100 11000000 11 100111

Color Harmonies of #606465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606465

Black with #606465

Text Example


Text Example

White with #606465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606465; }

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

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

background-color css

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

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

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

border-color css

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

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

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