Html Css Color HEX #6B59CF Slate Blue

📋 copy color: '#6B59CF'

red 107 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #6B59CF

Tints of Slate Blue #6B59CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

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

R = 26.55%
G = 22.08%
B = 51.36%

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

#6B59CF (or 0x6B59CF) is known color: Slate Blue. HEX triplet: 6B, 59 and CF. RGB value is (107,89,207). Sum of RGB (Red+Green+Blue) = 107+89+207=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59CF is #94A630. Grayscale: #6B6B6B. Windows color (decimal): -9741873 or 13588843. OLE color: 13588843.

HSL color Cylindrical-coordinate representation of color #6B59CF: hue angle of 249.15º 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 #6B59CF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 89 207 -
CMYK 0.48 0.57 0 0.19
HSL 249.15º 0.55% 0.58% -
HSV(B) 249.15º 0.57% 0.81% -
XYZ 20.9 14.78 60.78 -
YUV 107.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 107 89 207 0.48 0.57 0 0.19 249.15 0.55 0.58
Hex 6B 59 CF 30 39 0 13 F9 37 3A
Octal 153 131 317 60 71 0 23 371 67 72
Binary 1101011 1011001 11001111 110000 111001 0 10011 11111001 110111 111010

Color Harmonies of #6B59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B59CF

Black with #6B59CF

Text Example


Text Example

White with #6B59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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