Html Css Color HEX #6B68DD Slate Blue

📋 copy color: '#6B68DD'

red 107 ◦ green 104 ◦ blue 221

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

Shades of Slate Blue #6B68DD

Tints of Slate Blue #6B68DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 24.77%
G = 24.07%
B = 51.16%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B68DD (or 0x6B68DD) is known color: Slate Blue. HEX triplet: 6B, 68 and DD. RGB value is (107,104,221). Sum of RGB (Red+Green+Blue) = 107+104+221=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68DD is #949722. Grayscale: #757575. Windows color (decimal): -9738019 or 14510187. OLE color: 14510187.

HSL color Cylindrical-coordinate representation of color #6B68DD: hue angle of 241.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B68DD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 104 221 -
CMYK 0.52 0.53 0 0.13
HSL 241.54º 0.63% 0.64% -
HSV(B) 241.54º 0.53% 0.87% -
XYZ 24.06 18.25 70.66 -
YUV 118.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 107 104 221 0.52 0.53 0 0.13 241.54 0.63 0.64
Hex 6B 68 DD 34 35 0 D F2 3F 40
Octal 153 150 335 64 65 0 15 362 77 100
Binary 1101011 1101000 11011101 110100 110101 0 1101 11110010 111111 1000000

Color Harmonies of #6B68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B68DD

Black with #6B68DD

Text Example


Text Example

White with #6B68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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