Html Css Color HEX #6B58CF Slate Blue

📋 copy color: '#6B58CF'

red 107 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #6B58CF

Tints of Slate Blue #6B58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.89%

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

R = 26.62%
G = 21.89%
B = 51.49%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B58CF (or 0x6B58CF) is known color: Slate Blue. HEX triplet: 6B, 58 and CF. RGB value is (107,88,207). Sum of RGB (Red+Green+Blue) = 107+88+207=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58CF is #94A730. Grayscale: #6A6A6A. Windows color (decimal): -9742129 or 13588587. OLE color: 13588587.

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

Color convert

RGB 107 88 207 -
CMYK 0.48 0.57 0 0.19
HSL 249.58º 0.55% 0.58% -
HSV(B) 249.58º 0.57% 0.81% -
XYZ 20.82 14.61 60.75 -
YUV 107.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 107 88 207 0.48 0.57 0 0.19 249.58 0.55 0.58
Hex 6B 58 CF 30 39 0 13 FA 37 3A
Octal 153 130 317 60 71 0 23 372 67 72
Binary 1101011 1011000 11001111 110000 111001 0 10011 11111010 110111 111010

Color Harmonies of #6B58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B58CF

Black with #6B58CF

Text Example


Text Example

White with #6B58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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