Html Css Color HEX #6364BA Chetwode Blue

📋 copy color: '#6364BA'

red 99 ◦ green 100 ◦ blue 186

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

Shades of Chetwode Blue #6364BA

Tints of Chetwode Blue #6364BA

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6364BA (or 0x6364BA) is known color: Chetwode Blue. HEX triplet: 63, 64 and BA. RGB value is (99,100,186). Sum of RGB (Red+Green+Blue) = 99+100+186=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 100 (39.45% from 255 or 25.97% 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 #6364BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6364BA is #9C9B45. Grayscale: #6D6D6D. Windows color (decimal): -10263366 or 12215395. OLE color: 12215395.

HSL color Cylindrical-coordinate representation of color #6364BA: hue angle of 239.31º 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 #6364BA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 100 186 -
CMYK 0.47 0.46 0 0.27
HSL 239.31º 0.39% 0.56% -
HSV(B) 239.31º 0.47% 0.73% -
XYZ 18.57 15.31 48.43 -
YUV 109.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 99 100 186 0.47 0.46 0 0.27 239.31 0.39 0.56
Hex 63 64 BA 2F 2E 0 1B EF 27 38
Octal 143 144 272 57 56 0 33 357 47 70
Binary 1100011 1100100 10111010 101111 101110 0 11011 11101111 100111 111000

Color Harmonies of #6364BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364BA

Black with #6364BA

Text Example


Text Example

White with #6364BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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