Html Css Color HEX #6640DC Slate Blue

📋 copy color: '#6640DC'

red 102 ◦ green 64 ◦ blue 220

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

Shades of Slate Blue #6640DC

Tints of Slate Blue #6640DC

RGB

 RED value IS 102 (40.23% from 255) = 26.42%

 GREEN value IS 64 (25.39% from 255) = 16.58%

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

R = 26.42%
G = 16.58%
B = 56.99%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6640DC (or 0x6640DC) is known color: Slate Blue. HEX triplet: 66, 40 and DC. RGB value is (102,64,220). Sum of RGB (Red+Green+Blue) = 102+64+220=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #6640DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640DC is #99BF23. Grayscale: #5C5C5C. Windows color (decimal): -10075940 or 14434406. OLE color: 14434406.

HSL color Cylindrical-coordinate representation of color #6640DC: hue angle of 254.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6640DC is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 64 220 -
CMYK 0.54 0.71 0 0.14
HSL 254.62º 0.69% 0.56% -
HSV(B) 254.62º 0.71% 0.86% -
XYZ 20.23 11.66 68.89 -
YUV 93.15 199.59 134.32 -
System Red Green Blue C M Y K H S L
Decimal 102 64 220 0.54 0.71 0 0.14 254.62 0.69 0.56
Hex 66 40 DC 36 47 0 E FF 45 38
Octal 146 100 334 66 107 0 16 377 105 70
Binary 1100110 1000000 11011100 110110 1000111 0 1110 11111111 1000101 111000

Color Harmonies of #6640DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640DC

Black with #6640DC

Text Example


Text Example

White with #6640DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6640DC; }

 p { color: rgb(102,64,220); }

 H1.HeaderClassName
 {
   color: #6640DC;
 }
 .AnyTagClassName
 {
   color: #6640DC;
 }
</style>

background-color css

<style>
 a { background-color: #6640DC; }

 a { background-color: rgb(102,64,220); }

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

border-color css

<style>
 span { border-color: #6640DC; }

 span { border-color: rgb(102,64,220); }

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