Html Css Color HEX #605F8C Governor Bay

📋 copy color: '#605F8C'

red 96 ◦ green 95 ◦ blue 140

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

Shades of Governor Bay #605F8C

Tints of Governor Bay #605F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 29%
G = 28.7%
B = 42.3%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#605F8C (or 0x605F8C) is known color: Governor Bay. HEX triplet: 60, 5F and 8C. RGB value is (96,95,140). Sum of RGB (Red+Green+Blue) = 96+95+140=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #605F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F8C is #9FA073. Grayscale: #646464. Windows color (decimal): -10461300 or 9199456. OLE color: 9199456.

HSL color Cylindrical-coordinate representation of color #605F8C: hue angle of 241.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605F8C is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 95 140 -
CMYK 0.31 0.32 0 0.45
HSL 241.33º 0.19% 0.46% -
HSV(B) 241.33º 0.32% 0.55% -
XYZ 13.65 12.56 26.52 -
YUV 100.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 96 95 140 0.31 0.32 0 0.45 241.33 0.19 0.46
Hex 60 5F 8C 1F 20 0 2D F1 13 2E
Octal 140 137 214 37 40 0 55 361 23 56
Binary 1100000 1011111 10001100 11111 100000 0 101101 11110001 10011 101110

Color Harmonies of #605F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F8C

Black with #605F8C

Text Example


Text Example

White with #605F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,95,140); }

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

background-color css

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

 a { background-color: rgb(96,95,140); }

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

border-color css

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

 span { border-color: rgb(96,95,140); }

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