#636075

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

Shades of Dolphin #636075

Tints of Dolphin #636075

Color information

#636075 (or 0x636075) is unknown color: approx Dolphin. HEX triplet: 63, 60 and 75. RGB value is (99,96,117). Sum of RGB (Red+Green+Blue) = 99+96+117=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #636075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636075 is #9C9F8A. Grayscale: #636363. Windows color (decimal): -10264459 or 7692387. OLE color: 7692387.

HSL color Cylindrical-coordinate representation of color #636075: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #636075 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9996117-
CMYK0.150.1800.54
HSL248.57º9.86%41.76%-
HSV(B)248.57º17.95%45.88%-
XYZ12.5412.318.54-
YUV99.29137.99127.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=31.73%
G=30.77%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99961170.150.1800.54248.579.8641.76
Hex636075F12036f9a2a
Octal14314016517220663711252
Binary1100011110000011101011111100100110110111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636075; }

 p { color: rgb(99,96,117); }

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

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

 a { background-color: rgb(99,96,117); }

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

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

 span { border-color: rgb(99,96,117); }

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