Html Css Color HEX #6563BD Chetwode Blue

📋 copy color: '#6563BD'

red 101 ◦ green 99 ◦ blue 189

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

Shades of Chetwode Blue #6563BD

Tints of Chetwode Blue #6563BD

RGB

 RED value IS 101 (39.84% from 255) = 25.96%

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

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

R = 25.96%
G = 25.45%
B = 48.59%

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

#6563BD (or 0x6563BD) is known color: Chetwode Blue. HEX triplet: 65, 63 and BD. RGB value is (101,99,189). Sum of RGB (Red+Green+Blue) = 101+99+189=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #6563BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563BD is #9A9C42. Grayscale: #6D6D6D. Windows color (decimal): -10132547 or 12411749. OLE color: 12411749.

HSL color Cylindrical-coordinate representation of color #6563BD: hue angle of 241.33º 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 #6563BD is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 99 189 -
CMYK 0.47 0.48 0 0.26
HSL 241.33º 0.41% 0.56% -
HSV(B) 241.33º 0.48% 0.74% -
XYZ 19.01 15.36 50.11 -
YUV 109.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 101 99 189 0.47 0.48 0 0.26 241.33 0.41 0.56
Hex 65 63 BD 2F 30 0 1A F1 29 38
Octal 145 143 275 57 60 0 32 361 51 70
Binary 1100101 1100011 10111101 101111 110000 0 11010 11110001 101001 111000

Color Harmonies of #6563BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563BD

Black with #6563BD

Text Example


Text Example

White with #6563BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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