Html Css Color HEX #6B6CDA Slate Blue

📋 copy color: '#6B6CDA'

red 107 ◦ green 108 ◦ blue 218

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

Shades of Slate Blue #6B6CDA

Tints of Slate Blue #6B6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.94%

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 24.71%
G = 24.94%
B = 50.35%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B6CDA (or 0x6B6CDA) is known color: Slate Blue. HEX triplet: 6B, 6C and DA. RGB value is (107,108,218). Sum of RGB (Red+Green+Blue) = 107+108+218=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B6CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CDA is #949325. Grayscale: #777777. Windows color (decimal): -9736998 or 14314603. OLE color: 14314603.

HSL color Cylindrical-coordinate representation of color #6B6CDA: hue angle of 239.46º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B6CDA is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 108 218 -
CMYK 0.51 0.50 0 0.15
HSL 239.46º 0.6% 0.64% -
HSV(B) 239.46º 0.51% 0.85% -
XYZ 24.08 18.91 68.71 -
YUV 120.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 107 108 218 0.51 0.50 0 0.15 239.46 0.6 0.64
Hex 6B 6C DA 33 32 0 F EF 3C 40
Octal 153 154 332 63 62 0 17 357 74 100
Binary 1101011 1101100 11011010 110011 110010 0 1111 11101111 111100 1000000

Color Harmonies of #6B6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6CDA

Black with #6B6CDA

Text Example


Text Example

White with #6B6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,108,218); }

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

background-color css

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

 a { background-color: rgb(107,108,218); }

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

border-color css

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

 span { border-color: rgb(107,108,218); }

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