Html Css Color HEX #646796 Governor Bay

📋 copy color: '#646796'

red 100 ◦ green 103 ◦ blue 150

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

Shades of Governor Bay #646796

Tints of Governor Bay #646796

RGB

 RED value IS 100 (39.45% from 255) = 28.33%

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 28.33%
G = 29.18%
B = 42.49%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#646796 (or 0x646796) is known color: Governor Bay. HEX triplet: 64, 67 and 96. RGB value is (100,103,150). Sum of RGB (Red+Green+Blue) = 100+103+150=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #646796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646796 is #9B9869. Grayscale: #6B6B6B. Windows color (decimal): -10197098 or 9856868. OLE color: 9856868.

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

Color convert

RGB 100 103 150 -
CMYK 0.33 0.31 0 0.41
HSL 236.4º 0.2% 0.49% -
HSV(B) 236.4º 0.33% 0.59% -
XYZ 15.61 14.61 30.85 -
YUV 107.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 100 103 150 0.33 0.31 0 0.41 236.4 0.2 0.49
Hex 64 67 96 21 1F 0 29 EC 14 31
Octal 144 147 226 41 37 0 51 354 24 61
Binary 1100100 1100111 10010110 100001 11111 0 101001 11101100 10100 110001

Color Harmonies of #646796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646796

Black with #646796

Text Example


Text Example

White with #646796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646796; }

 p { color: rgb(100,103,150); }

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

background-color css

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

 a { background-color: rgb(100,103,150); }

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

border-color css

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

 span { border-color: rgb(100,103,150); }

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