Html Css Color HEX #6B5FC8 Slate Blue

📋 copy color: '#6B5FC8'

red 107 ◦ green 95 ◦ blue 200

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

Shades of Slate Blue #6B5FC8

Tints of Slate Blue #6B5FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.75%

R = 26.62%
G = 23.63%
B = 49.75%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6B5FC8 (or 0x6B5FC8) is known color: Slate Blue. HEX triplet: 6B, 5F and C8. RGB value is (107,95,200). Sum of RGB (Red+Green+Blue) = 107+95+200=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B5FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FC8 is #94A037. Grayscale: #6E6E6E. Windows color (decimal): -9740344 or 13131627. OLE color: 13131627.

HSL color Cylindrical-coordinate representation of color #6B5FC8: hue angle of 246.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5FC8 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 107 95 200 -
CMYK 0.46 0.52 0 0.22
HSL 246.86º 0.49% 0.58% -
HSV(B) 246.86º 0.53% 0.78% -
XYZ 20.58 15.48 56.55 -
YUV 110.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 107 95 200 0.46 0.52 0 0.22 246.86 0.49 0.58
Hex 6B 5F C8 2E 34 0 16 F7 31 3A
Octal 153 137 310 56 64 0 26 367 61 72
Binary 1101011 1011111 11001000 101110 110100 0 10110 11110111 110001 111010

Color Harmonies of #6B5FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FC8

Black with #6B5FC8

Text Example


Text Example

White with #6B5FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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