Html Css Color HEX #6B5FCA Slate Blue

📋 copy color: '#6B5FCA'

red 107 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #6B5FCA

Tints of Slate Blue #6B5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 26.49%
G = 23.51%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B5FCA (or 0x6B5FCA) is known color: Slate Blue. HEX triplet: 6B, 5F and CA. RGB value is (107,95,202). Sum of RGB (Red+Green+Blue) = 107+95+202=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FCA is #94A035. Grayscale: #6E6E6E. Windows color (decimal): -9740342 or 13262699. OLE color: 13262699.

HSL color Cylindrical-coordinate representation of color #6B5FCA: hue angle of 246.73º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B5FCA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 95 202 -
CMYK 0.47 0.53 0 0.21
HSL 246.73º 0.5% 0.58% -
HSV(B) 246.73º 0.53% 0.79% -
XYZ 20.82 15.57 57.79 -
YUV 110.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 107 95 202 0.47 0.53 0 0.21 246.73 0.5 0.58
Hex 6B 5F CA 2F 35 0 15 F7 32 3A
Octal 153 137 312 57 65 0 25 367 62 72
Binary 1101011 1011111 11001010 101111 110101 0 10101 11110111 110010 111010

Color Harmonies of #6B5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FCA

Black with #6B5FCA

Text Example


Text Example

White with #6B5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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