Html Css Color HEX #646BDC Slate Blue

📋 copy color: '#646BDC'

red 100 ◦ green 107 ◦ blue 220

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

Shades of Slate Blue #646BDC

Tints of Slate Blue #646BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 23.42%
G = 25.06%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#646BDC (or 0x646BDC) is known color: Slate Blue. HEX triplet: 64, 6B and DC. RGB value is (100,107,220). Sum of RGB (Red+Green+Blue) = 100+107+220=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #646BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BDC is #9B9423. Grayscale: #757575. Windows color (decimal): -10196004 or 14445412. OLE color: 14445412.

HSL color Cylindrical-coordinate representation of color #646BDC: hue angle of 236.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646BDC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 107 220 -
CMYK 0.55 0.51 0 0.14
HSL 236.5º 0.63% 0.63% -
HSV(B) 236.5º 0.55% 0.86% -
XYZ 23.43 18.39 70.03 -
YUV 117.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 100 107 220 0.55 0.51 0 0.14 236.5 0.63 0.63
Hex 64 6B DC 37 33 0 E EC 3F 3F
Octal 144 153 334 67 63 0 16 354 77 77
Binary 1100100 1101011 11011100 110111 110011 0 1110 11101100 111111 111111

Color Harmonies of #646BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BDC

Black with #646BDC

Text Example


Text Example

White with #646BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646BDC; }

 p { color: rgb(100,107,220); }

 H1.HeaderClassName
 {
   color: #646BDC;
 }
 .AnyTagClassName
 {
   color: #646BDC;
 }
</style>

background-color css

<style>
 a { background-color: #646BDC; }

 a { background-color: rgb(100,107,220); }

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

border-color css

<style>
 span { border-color: #646BDC; }

 span { border-color: rgb(100,107,220); }

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