Html Css Color HEX #635F70 Smoky

📋 copy color: '#635F70'

red 99 ◦ green 95 ◦ blue 112

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

Shades of Smoky #635F70

Tints of Smoky #635F70

RGB

 RED value IS 99 (39.06% from 255) = 32.35%

 GREEN value IS 95 (37.5% from 255) = 31.05%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 32.35%
G = 31.05%
B = 36.6%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#635F70 (or 0x635F70) is known color: Smoky. HEX triplet: 63, 5F and 70. RGB value is (99,95,112). Sum of RGB (Red+Green+Blue) = 99+95+112=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #635F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F70 is #9CA08F. Grayscale: #626262. Windows color (decimal): -10264720 or 7364451. OLE color: 7364451.

HSL color Cylindrical-coordinate representation of color #635F70: hue angle of 254.12º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635F70 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 95 112 -
CMYK 0.12 0.15 0 0.56
HSL 254.12º 0.08% 0.41% -
HSV(B) 254.12º 0.15% 0.44% -
XYZ 12.16 12.01 17.01 -
YUV 98.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 99 95 112 0.12 0.15 0 0.56 254.12 0.08 0.41
Hex 63 5F 70 C F 0 38 FE 8 29
Octal 143 137 160 14 17 0 70 376 10 51
Binary 1100011 1011111 1110000 1100 1111 0 111000 11111110 1000 101001

Color Harmonies of #635F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F70

Black with #635F70

Text Example


Text Example

White with #635F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635F70; }

 p { color: rgb(99,95,112); }

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

background-color css

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

 a { background-color: rgb(99,95,112); }

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

border-color css

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

 span { border-color: rgb(99,95,112); }

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