Html Css Color HEX #605B97 Governor Bay

📋 copy color: '#605B97'

red 96 ◦ green 91 ◦ blue 151

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

Shades of Governor Bay #605B97

Tints of Governor Bay #605B97

RGB

 RED value IS 96 (37.89% from 255) = 28.4%

 GREEN value IS 91 (35.94% from 255) = 26.92%

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 28.4%
G = 26.92%
B = 44.67%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#605B97 (or 0x605B97) is known color: Governor Bay. HEX triplet: 60, 5B and 97. RGB value is (96,91,151). Sum of RGB (Red+Green+Blue) = 96+91+151=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #605B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B97 is #9FA468. Grayscale: #636363. Windows color (decimal): -10462313 or 9919328. OLE color: 9919328.

HSL color Cylindrical-coordinate representation of color #605B97: hue angle of 245º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #605B97 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 91 151 -
CMYK 0.36 0.40 0 0.41
HSL 245º 0.25% 0.47% -
HSV(B) 245º 0.4% 0.59% -
XYZ 14.15 12.2 30.89 -
YUV 99.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 96 91 151 0.36 0.40 0 0.41 245 0.25 0.47
Hex 60 5B 97 24 28 0 29 F5 19 2F
Octal 140 133 227 44 50 0 51 365 31 57
Binary 1100000 1011011 10010111 100100 101000 0 101001 11110101 11001 101111

Color Harmonies of #605B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B97

Black with #605B97

Text Example


Text Example

White with #605B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605B97; }

 p { color: rgb(96,91,151); }

 H1.HeaderClassName
 {
   color: #605B97;
 }
 .AnyTagClassName
 {
   color: #605B97;
 }
</style>

background-color css

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

 a { background-color: rgb(96,91,151); }

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

border-color css

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

 span { border-color: rgb(96,91,151); }

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