Html Css Color HEX #6641D2 Slate Blue

📋 copy color: '#6641D2'

red 102 ◦ green 65 ◦ blue 210

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

Shades of Slate Blue #6641D2

Tints of Slate Blue #6641D2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 210 (82.42% from 255) = 55.7%

R = 27.06%
G = 17.24%
B = 55.7%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6641D2 (or 0x6641D2) is known color: Slate Blue. HEX triplet: 66, 41 and D2. RGB value is (102,65,210). Sum of RGB (Red+Green+Blue) = 102+65+210=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #6641D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641D2 is #99BE2D. Grayscale: #5C5C5C. Windows color (decimal): -10075694 or 13779302. OLE color: 13779302.

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

Color convert

RGB 102 65 210 -
CMYK 0.51 0.69 0 0.18
HSL 255.31º 0.62% 0.54% -
HSV(B) 255.31º 0.69% 0.82% -
XYZ 19 11.26 62.14 -
YUV 92.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 102 65 210 0.51 0.69 0 0.18 255.31 0.62 0.54
Hex 66 41 D2 33 45 0 12 FF 3E 36
Octal 146 101 322 63 105 0 22 377 76 66
Binary 1100110 1000001 11010010 110011 1000101 0 10010 11111111 111110 110110

Color Harmonies of #6641D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641D2

Black with #6641D2

Text Example


Text Example

White with #6641D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6641D2; }

 p { color: rgb(102,65,210); }

 H1.HeaderClassName
 {
   color: #6641D2;
 }
 .AnyTagClassName
 {
   color: #6641D2;
 }
</style>

background-color css

<style>
 a { background-color: #6641D2; }

 a { background-color: rgb(102,65,210); }

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

border-color css

<style>
 span { border-color: #6641D2; }

 span { border-color: rgb(102,65,210); }

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