Html Css Color HEX #6742D1 Slate Blue

📋 copy color: '#6742D1'

red 103 ◦ green 66 ◦ blue 209

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

Shades of Slate Blue #6742D1

Tints of Slate Blue #6742D1

RGB

 RED value IS 103 (40.63% from 255) = 27.25%

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

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

R = 27.25%
G = 17.46%
B = 55.29%

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

#6742D1 (or 0x6742D1) is known color: Slate Blue. HEX triplet: 67, 42 and D1. RGB value is (103,66,209). Sum of RGB (Red+Green+Blue) = 103+66+209=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #6742D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742D1 is #98BD2E. Grayscale: #5C5C5C. Windows color (decimal): -10009903 or 13714023. OLE color: 13714023.

HSL color Cylindrical-coordinate representation of color #6742D1: hue angle of 255.52º 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 #6742D1 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 66 209 -
CMYK 0.51 0.68 0 0.18
HSL 255.52º 0.61% 0.54% -
HSV(B) 255.52º 0.68% 0.82% -
XYZ 19.05 11.38 61.51 -
YUV 93.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 103 66 209 0.51 0.68 0 0.18 255.52 0.61 0.54
Hex 67 42 D1 33 44 0 12 100 3D 36
Octal 147 102 321 63 104 0 22 400 75 66
Binary 1100111 1000010 11010001 110011 1000100 0 10010 100000000 111101 110110

Color Harmonies of #6742D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6742D1

Black with #6742D1

Text Example


Text Example

White with #6742D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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