Html Css Color HEX #6364CC Slate Blue

📋 copy color: '#6364CC'

red 99 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #6364CC

Tints of Slate Blue #6364CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 24.57%
G = 24.81%
B = 50.62%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6364CC (or 0x6364CC) is known color: Slate Blue. HEX triplet: 63, 64 and CC. RGB value is (99,100,204). Sum of RGB (Red+Green+Blue) = 99+100+204=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6364CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6364CC is #9C9B33. Grayscale: #6F6F6F. Windows color (decimal): -10263348 or 13395043. OLE color: 13395043.

HSL color Cylindrical-coordinate representation of color #6364CC: hue angle of 239.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6364CC is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 100 204 -
CMYK 0.51 0.51 0 0.2
HSL 239.43º 0.51% 0.59% -
HSV(B) 239.43º 0.51% 0.8% -
XYZ 20.6 16.13 59.15 -
YUV 111.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 99 100 204 0.51 0.51 0 0.2 239.43 0.51 0.59
Hex 63 64 CC 33 33 0 14 EF 33 3B
Octal 143 144 314 63 63 0 24 357 63 73
Binary 1100011 1100100 11001100 110011 110011 0 10100 11101111 110011 111011

Color Harmonies of #6364CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364CC

Black with #6364CC

Text Example


Text Example

White with #6364CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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