Html Css Color HEX #6B5FCF Slate Blue

📋 copy color: '#6B5FCF'

red 107 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #6B5FCF

Tints of Slate Blue #6B5FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 26.16%
G = 23.23%
B = 50.61%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B5FCF (or 0x6B5FCF) is known color: Slate Blue. HEX triplet: 6B, 5F and CF. RGB value is (107,95,207). Sum of RGB (Red+Green+Blue) = 107+95+207=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B5FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FCF is #94A030. Grayscale: #6E6E6E. Windows color (decimal): -9740337 or 13590379. OLE color: 13590379.

HSL color Cylindrical-coordinate representation of color #6B5FCF: hue angle of 246.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5FCF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 95 207 -
CMYK 0.48 0.54 0 0.19
HSL 246.43º 0.54% 0.59% -
HSV(B) 246.43º 0.54% 0.81% -
XYZ 21.42 15.82 60.96 -
YUV 111.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 107 95 207 0.48 0.54 0 0.19 246.43 0.54 0.59
Hex 6B 5F CF 30 36 0 13 F6 36 3B
Octal 153 137 317 60 66 0 23 366 66 73
Binary 1101011 1011111 11001111 110000 110110 0 10011 11110110 110110 111011

Color Harmonies of #6B5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FCF

Black with #6B5FCF

Text Example


Text Example

White with #6B5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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