#645E7B

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

Shades of Dolphin #645E7B

Tints of Dolphin #645E7B

Color information

#645E7B (or 0x645E7B) is unknown color: approx Dolphin. HEX triplet: 64, 5E and 7B. RGB value is (100,94,123). Sum of RGB (Red+Green+Blue) = 100+94+123=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #645E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E7B is #9BA184. Grayscale: #626262. Windows color (decimal): -10199429 or 8085092. OLE color: 8085092.

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

Color convert

RGB10094123-
CMYK0.190.2400.52
HSL252.41º13.36%42.55%-
HSV(B)252.41º23.58%48.24%-
XYZ12.8312.1420.41-
YUV99.1141.49128.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=31.55%
G=29.65%
B=38.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100941230.190.2400.52252.4113.3642.55
Hex645E7B1318034fcd2b
Octal14413617323300643741553
Binary11001001011110111101110011110000110100111111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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