Html Css Color HEX #636694 Governor Bay

📋 copy color: '#636694'

red 99 ◦ green 102 ◦ blue 148

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

Shades of Governor Bay #636694

Tints of Governor Bay #636694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 28.37%
G = 29.23%
B = 42.41%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#636694 (or 0x636694) is known color: Governor Bay. HEX triplet: 63, 66 and 94. RGB value is (99,102,148). Sum of RGB (Red+Green+Blue) = 99+102+148=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #636694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636694 is #9C996B. Grayscale: #6A6A6A. Windows color (decimal): -10262892 or 9725539. OLE color: 9725539.

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

Color convert

RGB 99 102 148 -
CMYK 0.33 0.31 0 0.42
HSL 236.33º 0.2% 0.48% -
HSV(B) 236.33º 0.33% 0.58% -
XYZ 15.24 14.29 29.97 -
YUV 106.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 99 102 148 0.33 0.31 0 0.42 236.33 0.2 0.48
Hex 63 66 94 21 1F 0 2A EC 14 30
Octal 143 146 224 41 37 0 52 354 24 60
Binary 1100011 1100110 10010100 100001 11111 0 101010 11101100 10100 110000

Color Harmonies of #636694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636694

Black with #636694

Text Example


Text Example

White with #636694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636694; }

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

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

background-color css

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

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

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

border-color css

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

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

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