Html Css Color HEX #6F6BDA Slate Blue

📋 copy color: '#6F6BDA'

red 111 ◦ green 107 ◦ blue 218

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

Shades of Slate Blue #6F6BDA

Tints of Slate Blue #6F6BDA

RGB

 RED value IS 111 (43.75% from 255) = 25.46%

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 25.46%
G = 24.54%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F6BDA (or 0x6F6BDA) is known color: Slate Blue. HEX triplet: 6F, 6B and DA. RGB value is (111,107,218). Sum of RGB (Red+Green+Blue) = 111+107+218=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F6BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BDA is #909425. Grayscale: #787878. Windows color (decimal): -9475110 or 14314351. OLE color: 14314351.

HSL color Cylindrical-coordinate representation of color #6F6BDA: hue angle of 242.16º 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 #6F6BDA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 107 218 -
CMYK 0.49 0.51 0 0.15
HSL 242.16º 0.6% 0.64% -
HSV(B) 242.16º 0.51% 0.85% -
XYZ 24.47 18.96 68.7 -
YUV 120.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 111 107 218 0.49 0.51 0 0.15 242.16 0.6 0.64
Hex 6F 6B DA 31 33 0 F F2 3C 40
Octal 157 153 332 61 63 0 17 362 74 100
Binary 1101111 1101011 11011010 110001 110011 0 1111 11110010 111100 1000000

Color Harmonies of #6F6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BDA

Black with #6F6BDA

Text Example


Text Example

White with #6F6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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