Html Css Color HEX #6B5FBF Slate Blue

📋 copy color: '#6B5FBF'

red 107 ◦ green 95 ◦ blue 191

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

Shades of Slate Blue #6B5FBF

Tints of Slate Blue #6B5FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 27.23%
G = 24.17%
B = 48.6%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B5FBF (or 0x6B5FBF) is known color: Slate Blue. HEX triplet: 6B, 5F and BF. RGB value is (107,95,191). Sum of RGB (Red+Green+Blue) = 107+95+191=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FBF is #94A040. Grayscale: #6D6D6D. Windows color (decimal): -9740353 or 12541803. OLE color: 12541803.

HSL color Cylindrical-coordinate representation of color #6B5FBF: hue angle of 247.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B5FBF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 95 191 -
CMYK 0.44 0.50 0 0.25
HSL 247.5º 0.43% 0.56% -
HSV(B) 247.5º 0.5% 0.75% -
XYZ 19.56 15.07 51.17 -
YUV 109.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 107 95 191 0.44 0.50 0 0.25 247.5 0.43 0.56
Hex 6B 5F BF 2C 32 0 19 F8 2B 38
Octal 153 137 277 54 62 0 31 370 53 70
Binary 1101011 1011111 10111111 101100 110010 0 11001 11111000 101011 111000

Color Harmonies of #6B5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FBF

Black with #6B5FBF

Text Example


Text Example

White with #6B5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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