Html Css Color HEX #626597 Governor Bay

📋 copy color: '#626597'

red 98 ◦ green 101 ◦ blue 151

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

Shades of Governor Bay #626597

Tints of Governor Bay #626597

RGB

 RED value IS 98 (38.67% from 255) = 28%

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 28%
G = 28.86%
B = 43.14%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#626597 (or 0x626597) is known color: Governor Bay. HEX triplet: 62, 65 and 97. RGB value is (98,101,151). Sum of RGB (Red+Green+Blue) = 98+101+151=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #626597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626597 is #9D9A68. Grayscale: #696969. Windows color (decimal): -10328681 or 9921890. OLE color: 9921890.

HSL color Cylindrical-coordinate representation of color #626597: hue angle of 236.6º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626597 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 101 151 -
CMYK 0.35 0.33 0 0.41
HSL 236.6º 0.21% 0.49% -
HSV(B) 236.6º 0.35% 0.59% -
XYZ 15.28 14.14 31.2 -
YUV 105.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 98 101 151 0.35 0.33 0 0.41 236.6 0.21 0.49
Hex 62 65 97 23 21 0 29 ED 15 31
Octal 142 145 227 43 41 0 51 355 25 61
Binary 1100010 1100101 10010111 100011 100001 0 101001 11101101 10101 110001

Color Harmonies of #626597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626597

Black with #626597

Text Example


Text Example

White with #626597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626597; }

 p { color: rgb(98,101,151); }

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

background-color css

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

 a { background-color: rgb(98,101,151); }

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

border-color css

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

 span { border-color: rgb(98,101,151); }

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