Html Css Color HEX #615F90 Governor Bay

📋 copy color: '#615F90'

red 97 ◦ green 95 ◦ blue 144

#615F90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #615F90

Tints of Governor Bay #615F90

RGB

 RED value IS 97 (38.28% from 255) = 28.87%

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 28.87%
G = 28.27%
B = 42.86%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#615F90 (or 0x615F90) is known color: Governor Bay. HEX triplet: 61, 5F and 90. RGB value is (97,95,144). Sum of RGB (Red+Green+Blue) = 97+95+144=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #615F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F90 is #9EA06F. Grayscale: #646464. Windows color (decimal): -10395760 or 9461601. OLE color: 9461601.

HSL color Cylindrical-coordinate representation of color #615F90: hue angle of 242.45º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615F90 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 95 144 -
CMYK 0.33 0.34 0 0.44
HSL 242.45º 0.21% 0.47% -
HSV(B) 242.45º 0.34% 0.56% -
XYZ 14.06 12.74 28.1 -
YUV 101.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 97 95 144 0.33 0.34 0 0.44 242.45 0.21 0.47
Hex 61 5F 90 21 22 0 2C F2 15 2F
Octal 141 137 220 41 42 0 54 362 25 57
Binary 1100001 1011111 10010000 100001 100010 0 101100 11110010 10101 101111

Color Harmonies of #615F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F90

Black with #615F90

Text Example


Text Example

White with #615F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615F90;
 }
 .AnyTagClassName
 {
   color: #615F90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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