Html Css Color HEX #6642D1 Slate Blue

📋 copy color: '#6642D1'

red 102 ◦ green 66 ◦ blue 209

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

Shades of Slate Blue #6642D1

Tints of Slate Blue #6642D1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 209 (82.03% from 255) = 55.44%

R = 27.06%
G = 17.51%
B = 55.44%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6642D1 (or 0x6642D1) is known color: Slate Blue. HEX triplet: 66, 42 and D1. RGB value is (102,66,209). Sum of RGB (Red+Green+Blue) = 102+66+209=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #6642D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642D1 is #99BD2E. Grayscale: #5C5C5C. Windows color (decimal): -10075439 or 13714022. OLE color: 13714022.

HSL color Cylindrical-coordinate representation of color #6642D1: hue angle of 255.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6642D1 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 66 209 -
CMYK 0.51 0.68 0 0.18
HSL 255.1º 0.61% 0.54% -
HSV(B) 255.1º 0.68% 0.82% -
XYZ 18.94 11.32 61.51 -
YUV 93.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 102 66 209 0.51 0.68 0 0.18 255.1 0.61 0.54
Hex 66 42 D1 33 44 0 12 FF 3D 36
Octal 146 102 321 63 104 0 22 377 75 66
Binary 1100110 1000010 11010001 110011 1000100 0 10010 11111111 111101 110110

Color Harmonies of #6642D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642D1

Black with #6642D1

Text Example


Text Example

White with #6642D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6642D1; }

 p { color: rgb(102,66,209); }

 H1.HeaderClassName
 {
   color: #6642D1;
 }
 .AnyTagClassName
 {
   color: #6642D1;
 }
</style>

background-color css

<style>
 a { background-color: #6642D1; }

 a { background-color: rgb(102,66,209); }

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

border-color css

<style>
 span { border-color: #6642D1; }

 span { border-color: rgb(102,66,209); }

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