Html Css Color HEX #626490 Governor Bay

📋 copy color: '#626490'

red 98 ◦ green 100 ◦ blue 144

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

Shades of Governor Bay #626490

Tints of Governor Bay #626490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 28.65%
G = 29.24%
B = 42.11%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#626490 (or 0x626490) is known color: Governor Bay. HEX triplet: 62, 64 and 90. RGB value is (98,100,144). Sum of RGB (Red+Green+Blue) = 98+100+144=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #626490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626490 is #9D9B6F. Grayscale: #686868. Windows color (decimal): -10328944 or 9462882. OLE color: 9462882.

HSL color Cylindrical-coordinate representation of color #626490: hue angle of 237.39º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626490 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 100 144 -
CMYK 0.32 0.31 0 0.44
HSL 237.39º 0.19% 0.47% -
HSV(B) 237.39º 0.32% 0.56% -
XYZ 14.63 13.72 28.26 -
YUV 104.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 98 100 144 0.32 0.31 0 0.44 237.39 0.19 0.47
Hex 62 64 90 20 1F 0 2C ED 13 2F
Octal 142 144 220 40 37 0 54 355 23 57
Binary 1100010 1100100 10010000 100000 11111 0 101100 11101101 10011 101111

Color Harmonies of #626490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626490

Black with #626490

Text Example


Text Example

White with #626490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626490; }

 p { color: rgb(98,100,144); }

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

background-color css

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

 a { background-color: rgb(98,100,144); }

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

border-color css

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

 span { border-color: rgb(98,100,144); }

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