Html Css Color HEX #6463BA Chetwode Blue

📋 copy color: '#6463BA'

red 100 ◦ green 99 ◦ blue 186

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

Shades of Chetwode Blue #6463BA

Tints of Chetwode Blue #6463BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 25.97%
G = 25.71%
B = 48.31%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6463BA (or 0x6463BA) is known color: Chetwode Blue. HEX triplet: 64, 63 and BA. RGB value is (100,99,186). Sum of RGB (Red+Green+Blue) = 100+99+186=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6463BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463BA is #9B9C45. Grayscale: #6C6C6C. Windows color (decimal): -10198086 or 12215140. OLE color: 12215140.

HSL color Cylindrical-coordinate representation of color #6463BA: hue angle of 240.69º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6463BA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 99 186 -
CMYK 0.46 0.47 0 0.27
HSL 240.69º 0.39% 0.56% -
HSV(B) 240.69º 0.47% 0.73% -
XYZ 18.58 15.18 48.4 -
YUV 109.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 100 99 186 0.46 0.47 0 0.27 240.69 0.39 0.56
Hex 64 63 BA 2E 2F 0 1B F1 27 38
Octal 144 143 272 56 57 0 33 361 47 70
Binary 1100100 1100011 10111010 101110 101111 0 11011 11110001 100111 111000

Color Harmonies of #6463BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6463BA

Black with #6463BA

Text Example


Text Example

White with #6463BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6463BA; }

 p { color: rgb(100,99,186); }

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

background-color css

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

 a { background-color: rgb(100,99,186); }

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

border-color css

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

 span { border-color: rgb(100,99,186); }

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