Html Css Color HEX #6B4CE7 Slate Blue

📋 copy color: '#6B4CE7'

red 107 ◦ green 76 ◦ blue 231

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

Shades of Slate Blue #6B4CE7

Tints of Slate Blue #6B4CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 231 (90.63% from 255) = 55.8%

R = 25.85%
G = 18.36%
B = 55.8%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6B4CE7 (or 0x6B4CE7) is known color: Slate Blue. HEX triplet: 6B, 4C and E7. RGB value is (107,76,231). Sum of RGB (Red+Green+Blue) = 107+76+231=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B4CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4CE7 is #94B318. Grayscale: #666666. Windows color (decimal): -9745177 or 15158379. OLE color: 15158379.

HSL color Cylindrical-coordinate representation of color #6B4CE7: hue angle of 252º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B4CE7 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 76 231 -
CMYK 0.54 0.67 0 0.09
HSL 252º 0.76% 0.6% -
HSV(B) 252º 0.67% 0.91% -
XYZ 23.07 14.06 77.1 -
YUV 102.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 107 76 231 0.54 0.67 0 0.09 252 0.76 0.6
Hex 6B 4C E7 36 43 0 9 FC 4C 3C
Octal 153 114 347 66 103 0 11 374 114 74
Binary 1101011 1001100 11100111 110110 1000011 0 1001 11111100 1001100 111100

Color Harmonies of #6B4CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4CE7

Black with #6B4CE7

Text Example


Text Example

White with #6B4CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,76,231); }

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

background-color css

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

 a { background-color: rgb(107,76,231); }

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

border-color css

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

 span { border-color: rgb(107,76,231); }

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