Html Css Color HEX #606194 Governor Bay

📋 copy color: '#606194'

red 96 ◦ green 97 ◦ blue 148

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

Shades of Governor Bay #606194

Tints of Governor Bay #606194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 28.15%
G = 28.45%
B = 43.4%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606194 (or 0x606194) is known color: Governor Bay. HEX triplet: 60, 61 and 94. RGB value is (96,97,148). Sum of RGB (Red+Green+Blue) = 96+97+148=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #606194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606194 is #9F9E6B. Grayscale: #666666. Windows color (decimal): -10460780 or 9724256. OLE color: 9724256.

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

Color convert

RGB 96 97 148 -
CMYK 0.35 0.34 0 0.42
HSL 238.85º 0.21% 0.48% -
HSV(B) 238.85º 0.35% 0.58% -
XYZ 14.44 13.17 29.8 -
YUV 102.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 96 97 148 0.35 0.34 0 0.42 238.85 0.21 0.48
Hex 60 61 94 23 22 0 2A EF 15 30
Octal 140 141 224 43 42 0 52 357 25 60
Binary 1100000 1100001 10010100 100011 100010 0 101010 11101111 10101 110000

Color Harmonies of #606194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606194

Black with #606194

Text Example


Text Example

White with #606194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606194; }

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

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

background-color css

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

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

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

border-color css

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

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

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