#635F79

Color #635F79 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #635F79

Tints of Dolphin #635F79

Color information

#635F79 (or 0x635F79) is unknown color: approx Dolphin. HEX triplet: 63, 5F and 79. RGB value is (99,95,121). Sum of RGB (Red+Green+Blue) = 99+95+121=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #635F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F79 is #9CA086. Grayscale: #636363. Windows color (decimal): -10264711 or 7954275. OLE color: 7954275.

HSL color Cylindrical-coordinate representation of color #635F79: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #635F79 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9995121-
CMYK0.180.2100.53
HSL249.23º12.04%42.35%-
HSV(B)249.23º21.49%47.45%-
XYZ12.6912.2219.78-
YUV99.16140.33127.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=31.43%
G=30.16%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99951210.180.2100.53249.2312.0442.35
Hex635F791215035f9c2a
Octal14313717122250653711452
Binary11000111011111111100110010101010110101111110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #635F79;
 }
 .AnyTagClassName
 {
   color: #635F79;
 }
</style>
background-color css

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

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

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

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

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

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