Html Css Color HEX #606195 Governor Bay

📋 copy color: '#606195'

red 96 ◦ green 97 ◦ blue 149

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

Shades of Governor Bay #606195

Tints of Governor Bay #606195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 28.07%
G = 28.36%
B = 43.57%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606195 (or 0x606195) is known color: Governor Bay. HEX triplet: 60, 61 and 95. RGB value is (96,97,149). Sum of RGB (Red+Green+Blue) = 96+97+149=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #606195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606195 is #9F9E6A. Grayscale: #666666. Windows color (decimal): -10460779 or 9789792. OLE color: 9789792.

HSL color Cylindrical-coordinate representation of color #606195: hue angle of 238.87º 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 #606195 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 97 149 -
CMYK 0.36 0.35 0 0.42
HSL 238.87º 0.22% 0.48% -
HSV(B) 238.87º 0.36% 0.58% -
XYZ 14.52 13.21 30.22 -
YUV 102.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 96 97 149 0.36 0.35 0 0.42 238.87 0.22 0.48
Hex 60 61 95 24 23 0 2A EF 16 30
Octal 140 141 225 44 43 0 52 357 26 60
Binary 1100000 1100001 10010101 100100 100011 0 101010 11101111 10110 110000

Color Harmonies of #606195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606195

Black with #606195

Text Example


Text Example

White with #606195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606195; }

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

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

background-color css

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

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

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

border-color css

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

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

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