Html Css Color HEX #6B68D6 Slate Blue

📋 copy color: '#6B68D6'

red 107 ◦ green 104 ◦ blue 214

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

Shades of Slate Blue #6B68D6

Tints of Slate Blue #6B68D6

RGB

 RED value IS 107 (42.19% from 255) = 25.18%

 GREEN value IS 104 (41.02% from 255) = 24.47%

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 25.18%
G = 24.47%
B = 50.35%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B68D6 (or 0x6B68D6) is known color: Slate Blue. HEX triplet: 6B, 68 and D6. RGB value is (107,104,214). Sum of RGB (Red+Green+Blue) = 107+104+214=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B68D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68D6 is #949729. Grayscale: #757575. Windows color (decimal): -9738026 or 14051435. OLE color: 14051435.

HSL color Cylindrical-coordinate representation of color #6B68D6: hue angle of 241.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B68D6 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 104 214 -
CMYK 0.50 0.51 0 0.16
HSL 241.64º 0.57% 0.62% -
HSV(B) 241.64º 0.51% 0.84% -
XYZ 23.15 17.88 65.85 -
YUV 117.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 107 104 214 0.50 0.51 0 0.16 241.64 0.57 0.62
Hex 6B 68 D6 32 33 0 10 F2 39 3E
Octal 153 150 326 62 63 0 20 362 71 76
Binary 1101011 1101000 11010110 110010 110011 0 10000 11110010 111001 111110

Color Harmonies of #6B68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B68D6

Black with #6B68D6

Text Example


Text Example

White with #6B68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B68D6; }

 p { color: rgb(107,104,214); }

 H1.HeaderClassName
 {
   color: #6B68D6;
 }
 .AnyTagClassName
 {
   color: #6B68D6;
 }
</style>

background-color css

<style>
 a { background-color: #6B68D6; }

 a { background-color: rgb(107,104,214); }

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

border-color css

<style>
 span { border-color: #6B68D6; }

 span { border-color: rgb(107,104,214); }

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