Html Css Color HEX #6364BC Chetwode Blue

📋 copy color: '#6364BC'

red 99 ◦ green 100 ◦ blue 188

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

Shades of Chetwode Blue #6364BC

Tints of Chetwode Blue #6364BC

RGB

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

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

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

R = 25.58%
G = 25.84%
B = 48.58%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6364BC (or 0x6364BC) is known color: Chetwode Blue. HEX triplet: 63, 64 and BC. RGB value is (99,100,188). Sum of RGB (Red+Green+Blue) = 99+100+188=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #6364BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6364BC is #9C9B43. Grayscale: #6D6D6D. Windows color (decimal): -10263364 or 12346467. OLE color: 12346467.

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

Color convert

RGB 99 100 188 -
CMYK 0.47 0.47 0 0.26
HSL 239.33º 0.4% 0.56% -
HSV(B) 239.33º 0.47% 0.74% -
XYZ 18.78 15.4 49.56 -
YUV 109.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 99 100 188 0.47 0.47 0 0.26 239.33 0.4 0.56
Hex 63 64 BC 2F 2F 0 1A EF 28 38
Octal 143 144 274 57 57 0 32 357 50 70
Binary 1100011 1100100 10111100 101111 101111 0 11010 11101111 101000 111000

Color Harmonies of #6364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364BC

Black with #6364BC

Text Example


Text Example

White with #6364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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