Html Css Color HEX #6B5FD0 Slate Blue

📋 copy color: '#6B5FD0'

red 107 ◦ green 95 ◦ blue 208

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

Shades of Slate Blue #6B5FD0

Tints of Slate Blue #6B5FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

 BLUE value IS 208 (81.64% from 255) = 50.73%

R = 26.1%
G = 23.17%
B = 50.73%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B5FD0 (or 0x6B5FD0) is known color: Slate Blue. HEX triplet: 6B, 5F and D0. RGB value is (107,95,208). Sum of RGB (Red+Green+Blue) = 107+95+208=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B5FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FD0 is #94A02F. Grayscale: #6F6F6F. Windows color (decimal): -9740336 or 13655915. OLE color: 13655915.

HSL color Cylindrical-coordinate representation of color #6B5FD0: hue angle of 246.37º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5FD0 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 95 208 -
CMYK 0.49 0.54 0 0.18
HSL 246.37º 0.55% 0.59% -
HSV(B) 246.37º 0.54% 0.82% -
XYZ 21.54 15.86 61.6 -
YUV 111.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 107 95 208 0.49 0.54 0 0.18 246.37 0.55 0.59
Hex 6B 5F D0 31 36 0 12 F6 37 3B
Octal 153 137 320 61 66 0 22 366 67 73
Binary 1101011 1011111 11010000 110001 110110 0 10010 11110110 110111 111011

Color Harmonies of #6B5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FD0

Black with #6B5FD0

Text Example


Text Example

White with #6B5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,208); }

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

background-color css

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

 a { background-color: rgb(107,95,208); }

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

border-color css

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

 span { border-color: rgb(107,95,208); }

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