Html Css Color HEX #6642EA Slate Blue

📋 copy color: '#6642EA'

red 102 ◦ green 66 ◦ blue 234

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

Shades of Slate Blue #6642EA

Tints of Slate Blue #6642EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 25.37%
G = 16.42%
B = 58.21%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6642EA (or 0x6642EA) is known color: Slate Blue. HEX triplet: 66, 42 and EA. RGB value is (102,66,234). Sum of RGB (Red+Green+Blue) = 102+66+234=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #6642EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642EA is #99BD15. Grayscale: #5F5F5F. Windows color (decimal): -10075414 or 15352422. OLE color: 15352422.

HSL color Cylindrical-coordinate representation of color #6642EA: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6642EA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 66 234 -
CMYK 0.56 0.72 0 0.08
HSL 252.86º 0.8% 0.59% -
HSV(B) 252.86º 0.72% 0.92% -
XYZ 22.28 12.66 79.11 -
YUV 95.92 205.93 132.34 -
System Red Green Blue C M Y K H S L
Decimal 102 66 234 0.56 0.72 0 0.08 252.86 0.8 0.59
Hex 66 42 EA 38 48 0 8 FD 50 3B
Octal 146 102 352 70 110 0 10 375 120 73
Binary 1100110 1000010 11101010 111000 1001000 0 1000 11111101 1010000 111011

Color Harmonies of #6642EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642EA

Black with #6642EA

Text Example


Text Example

White with #6642EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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