#645F7B

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

Shades of Dolphin #645F7B

Tints of Dolphin #645F7B

Color information

#645F7B (or 0x645F7B) is unknown color: approx Dolphin. HEX triplet: 64, 5F and 7B. RGB value is (100,95,123). Sum of RGB (Red+Green+Blue) = 100+95+123=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #645F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F7B is #9BA084. Grayscale: #636363. Windows color (decimal): -10199173 or 8085348. OLE color: 8085348.

HSL color Cylindrical-coordinate representation of color #645F7B: hue angle of 250.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645F7B is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10095123-
CMYK0.190.2300.52
HSL250.71º12.84%42.75%-
HSV(B)250.71º22.76%48.24%-
XYZ12.9212.3220.44-
YUV99.69141.16128.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=31.45%
G=29.87%
B=38.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100951230.190.2300.52250.7112.8442.75
Hex645F7B1317034fbd2b
Octal14413717323270643731553
Binary11001001011111111101110011101110110100111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645F7B; }

 p { color: rgb(100,95,123); }

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

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

 a { background-color: rgb(100,95,123); }

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

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

 span { border-color: rgb(100,95,123); }

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