Html Css Color HEX #6563BC Chetwode Blue

📋 copy color: '#6563BC'

red 101 ◦ green 99 ◦ blue 188

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

Shades of Chetwode Blue #6563BC

Tints of Chetwode Blue #6563BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 26.03%
G = 25.52%
B = 48.45%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6563BC (or 0x6563BC) is known color: Chetwode Blue. HEX triplet: 65, 63 and BC. RGB value is (101,99,188). Sum of RGB (Red+Green+Blue) = 101+99+188=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #6563BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563BC is #9A9C43. Grayscale: #6D6D6D. Windows color (decimal): -10132548 or 12346213. OLE color: 12346213.

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

Color convert

RGB 101 99 188 -
CMYK 0.46 0.47 0 0.26
HSL 241.35º 0.4% 0.56% -
HSV(B) 241.35º 0.47% 0.74% -
XYZ 18.91 15.32 49.54 -
YUV 109.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 101 99 188 0.46 0.47 0 0.26 241.35 0.4 0.56
Hex 65 63 BC 2E 2F 0 1A F1 28 38
Octal 145 143 274 56 57 0 32 361 50 70
Binary 1100101 1100011 10111100 101110 101111 0 11010 11110001 101000 111000

Color Harmonies of #6563BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563BC

Black with #6563BC

Text Example


Text Example

White with #6563BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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