Html Css Color HEX #636696 Governor Bay

📋 copy color: '#636696'

red 99 ◦ green 102 ◦ blue 150

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

Shades of Governor Bay #636696

Tints of Governor Bay #636696

RGB

 RED value IS 99 (39.06% from 255) = 28.21%

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 28.21%
G = 29.06%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#636696 (or 0x636696) is known color: Governor Bay. HEX triplet: 63, 66 and 96. RGB value is (99,102,150). Sum of RGB (Red+Green+Blue) = 99+102+150=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #636696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636696 is #9C9969. Grayscale: #6A6A6A. Windows color (decimal): -10262890 or 9856611. OLE color: 9856611.

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

Color convert

RGB 99 102 150 -
CMYK 0.34 0.32 0 0.41
HSL 236.47º 0.2% 0.49% -
HSV(B) 236.47º 0.34% 0.59% -
XYZ 15.4 14.36 30.81 -
YUV 106.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 99 102 150 0.34 0.32 0 0.41 236.47 0.2 0.49
Hex 63 66 96 22 20 0 29 EC 14 31
Octal 143 146 226 42 40 0 51 354 24 61
Binary 1100011 1100110 10010110 100010 100000 0 101001 11101100 10100 110001

Color Harmonies of #636696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636696

Black with #636696

Text Example


Text Example

White with #636696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636696; }

 p { color: rgb(99,102,150); }

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

background-color css

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

 a { background-color: rgb(99,102,150); }

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

border-color css

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

 span { border-color: rgb(99,102,150); }

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