Html Css Color HEX #6463B8 Chetwode Blue

📋 copy color: '#6463B8'

red 100 ◦ green 99 ◦ blue 184

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

Shades of Chetwode Blue #6463B8

Tints of Chetwode Blue #6463B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 26.11%
G = 25.85%
B = 48.04%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6463B8 (or 0x6463B8) is known color: Chetwode Blue. HEX triplet: 64, 63 and B8. RGB value is (100,99,184). Sum of RGB (Red+Green+Blue) = 100+99+184=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #6463B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463B8 is #9B9C47. Grayscale: #6C6C6C. Windows color (decimal): -10198088 or 12084068. OLE color: 12084068.

HSL color Cylindrical-coordinate representation of color #6463B8: hue angle of 240.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6463B8 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 99 184 -
CMYK 0.46 0.46 0 0.28
HSL 240.71º 0.37% 0.55% -
HSV(B) 240.71º 0.46% 0.72% -
XYZ 18.37 15.09 47.29 -
YUV 108.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 100 99 184 0.46 0.46 0 0.28 240.71 0.37 0.55
Hex 64 63 B8 2E 2E 0 1C F1 25 37
Octal 144 143 270 56 56 0 34 361 45 67
Binary 1100100 1100011 10111000 101110 101110 0 11100 11110001 100101 110111

Color Harmonies of #6463B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6463B8

Black with #6463B8

Text Example


Text Example

White with #6463B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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