#615F95

Color #615F95 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #615F95

Tints of Governor Bay #615F95

Color information

#615F95 (or 0x615F95) is unknown color: approx Governor Bay. HEX triplet: 61, 5F and 95. RGB value is (97,95,149). Sum of RGB (Red+Green+Blue) = 97+95+149=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #615F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F95 is #9EA06A. Grayscale: #656565. Windows color (decimal): -10395755 or 9789281. OLE color: 9789281.

HSL color Cylindrical-coordinate representation of color #615F95: hue angle of 242.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #615F95 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9795149-
CMYK0.350.3600.42
HSL242.22º22.13%47.84%-
HSV(B)242.22º36.24%58.43%-
XYZ14.4512.930.16-
YUV101.75154.66124.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=28.45%
G=27.86%
B=43.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97951490.350.3600.42242.2222.1347.84
Hex615F95232402Af21630
Octal14113722543440523622660
Binary110000110111111001010110001110010001010101111001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F95; }

 p { color: rgb(97,95,149); }

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

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

 a { background-color: rgb(97,95,149); }

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

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

 span { border-color: rgb(97,95,149); }

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