Html Css Color HEX #62648E Governor Bay

📋 copy color: '#62648E'

red 98 ◦ green 100 ◦ blue 142

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

Shades of Governor Bay #62648E

Tints of Governor Bay #62648E

RGB

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

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

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

R = 28.82%
G = 29.41%
B = 41.76%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62648E (or 0x62648E) is known color: Governor Bay. HEX triplet: 62, 64 and 8E. RGB value is (98,100,142). Sum of RGB (Red+Green+Blue) = 98+100+142=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #62648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62648E is #9D9B71. Grayscale: #686868. Windows color (decimal): -10328946 or 9331810. OLE color: 9331810.

HSL color Cylindrical-coordinate representation of color #62648E: hue angle of 237.27º 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 #62648E is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 100 142 -
CMYK 0.31 0.30 0 0.44
HSL 237.27º 0.18% 0.47% -
HSV(B) 237.27º 0.31% 0.56% -
XYZ 14.48 13.66 27.47 -
YUV 104.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 98 100 142 0.31 0.30 0 0.44 237.27 0.18 0.47
Hex 62 64 8E 1F 1E 0 2C ED 12 2F
Octal 142 144 216 37 36 0 54 355 22 57
Binary 1100010 1100100 10001110 11111 11110 0 101100 11101101 10010 101111

Color Harmonies of #62648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62648E

Black with #62648E

Text Example


Text Example

White with #62648E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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