Html Css Color HEX #626599 Governor Bay

📋 copy color: '#626599'

red 98 ◦ green 101 ◦ blue 153

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

Shades of Governor Bay #626599

Tints of Governor Bay #626599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 27.84%
G = 28.69%
B = 43.47%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#626599 (or 0x626599) is known color: Governor Bay. HEX triplet: 62, 65 and 99. RGB value is (98,101,153). Sum of RGB (Red+Green+Blue) = 98+101+153=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #626599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626599 is #9D9A66. Grayscale: #696969. Windows color (decimal): -10328679 or 10052962. OLE color: 10052962.

HSL color Cylindrical-coordinate representation of color #626599: hue angle of 236.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626599 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 101 153 -
CMYK 0.36 0.34 0 0.4
HSL 236.73º 0.22% 0.49% -
HSV(B) 236.73º 0.36% 0.6% -
XYZ 15.44 14.2 32.06 -
YUV 106.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 98 101 153 0.36 0.34 0 0.4 236.73 0.22 0.49
Hex 62 65 99 24 22 0 28 ED 16 31
Octal 142 145 231 44 42 0 50 355 26 61
Binary 1100010 1100101 10011001 100100 100010 0 101000 11101101 10110 110001

Color Harmonies of #626599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626599

Black with #626599

Text Example


Text Example

White with #626599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626599; }

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

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

background-color css

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

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

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

border-color css

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

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

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