Html Css Color HEX #62628E Governor Bay

📋 copy color: '#62628E'

red 98 ◦ green 98 ◦ blue 142

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

Shades of Governor Bay #62628E

Tints of Governor Bay #62628E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 28.99%
G = 28.99%
B = 42.01%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62628E (or 0x62628E) is known color: Governor Bay. HEX triplet: 62, 62 and 8E. RGB value is (98,98,142). Sum of RGB (Red+Green+Blue) = 98+98+142=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #62628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62628E is #9D9D71. Grayscale: #666666. Windows color (decimal): -10329458 or 9331298. OLE color: 9331298.

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

Color convert

RGB 98 98 142 -
CMYK 0.31 0.31 0 0.44
HSL 240º 0.18% 0.47% -
HSV(B) 240º 0.31% 0.56% -
XYZ 14.29 13.29 27.4 -
YUV 103.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 98 98 142 0.31 0.31 0 0.44 240 0.18 0.47
Hex 62 62 8E 1F 1F 0 2C F0 12 2F
Octal 142 142 216 37 37 0 54 360 22 57
Binary 1100010 1100010 10001110 11111 11111 0 101100 11110000 10010 101111

Color Harmonies of #62628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62628E

Black with #62628E

Text Example


Text Example

White with #62628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62628E; }

 p { color: rgb(98,98,142); }

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

background-color css

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

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

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

border-color css

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

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

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