Html Css Color HEX #6B56CF Slate Blue

📋 copy color: '#6B56CF'

red 107 ◦ green 86 ◦ blue 207

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

Shades of Slate Blue #6B56CF

Tints of Slate Blue #6B56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 26.75%
G = 21.5%
B = 51.75%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B56CF (or 0x6B56CF) is known color: Slate Blue. HEX triplet: 6B, 56 and CF. RGB value is (107,86,207). Sum of RGB (Red+Green+Blue) = 107+86+207=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B56CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B56CF is #94A930. Grayscale: #696969. Windows color (decimal): -9742641 or 13588075. OLE color: 13588075.

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

Color convert

RGB 107 86 207 -
CMYK 0.48 0.58 0 0.19
HSL 250.41º 0.56% 0.57% -
HSV(B) 250.41º 0.58% 0.81% -
XYZ 20.65 14.29 60.7 -
YUV 106.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 107 86 207 0.48 0.58 0 0.19 250.41 0.56 0.57
Hex 6B 56 CF 30 3A 0 13 FA 38 39
Octal 153 126 317 60 72 0 23 372 70 71
Binary 1101011 1010110 11001111 110000 111010 0 10011 11111010 111000 111001

Color Harmonies of #6B56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56CF

Black with #6B56CF

Text Example


Text Example

White with #6B56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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