Html Css Color HEX #6463BD Chetwode Blue

📋 copy color: '#6463BD'

red 100 ◦ green 99 ◦ blue 189

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

Shades of Chetwode Blue #6463BD

Tints of Chetwode Blue #6463BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 25.77%
G = 25.52%
B = 48.71%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6463BD (or 0x6463BD) is known color: Chetwode Blue. HEX triplet: 64, 63 and BD. RGB value is (100,99,189). Sum of RGB (Red+Green+Blue) = 100+99+189=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #6463BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463BD is #9B9C42. Grayscale: #6D6D6D. Windows color (decimal): -10198083 or 12411748. OLE color: 12411748.

HSL color Cylindrical-coordinate representation of color #6463BD: hue angle of 240.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6463BD is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 99 189 -
CMYK 0.47 0.48 0 0.26
HSL 240.67º 0.41% 0.56% -
HSV(B) 240.67º 0.48% 0.74% -
XYZ 18.9 15.31 50.1 -
YUV 109.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 100 99 189 0.47 0.48 0 0.26 240.67 0.41 0.56
Hex 64 63 BD 2F 30 0 1A F1 29 38
Octal 144 143 275 57 60 0 32 361 51 70
Binary 1100100 1100011 10111101 101111 110000 0 11010 11110001 101001 111000

Color Harmonies of #6463BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6463BD

Black with #6463BD

Text Example


Text Example

White with #6463BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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