Html Css Color HEX #6B59DE Slate Blue

📋 copy color: '#6B59DE'

red 107 ◦ green 89 ◦ blue 222

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

Shades of Slate Blue #6B59DE

Tints of Slate Blue #6B59DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 25.6%
G = 21.29%
B = 53.11%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B59DE (or 0x6B59DE) is known color: Slate Blue. HEX triplet: 6B, 59 and DE. RGB value is (107,89,222). Sum of RGB (Red+Green+Blue) = 107+89+222=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B59DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59DE is #94A621. Grayscale: #6D6D6D. Windows color (decimal): -9741858 or 14571883. OLE color: 14571883.

HSL color Cylindrical-coordinate representation of color #6B59DE: hue angle of 248.12º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B59DE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 89 222 -
CMYK 0.52 0.60 0 0.13
HSL 248.12º 0.67% 0.61% -
HSV(B) 248.12º 0.6% 0.87% -
XYZ 22.82 15.54 70.9 -
YUV 109.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 107 89 222 0.52 0.60 0 0.13 248.12 0.67 0.61
Hex 6B 59 DE 34 3C 0 D F8 43 3D
Octal 153 131 336 64 74 0 15 370 103 75
Binary 1101011 1011001 11011110 110100 111100 0 1101 11111000 1000011 111101

Color Harmonies of #6B59DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B59DE

Black with #6B59DE

Text Example


Text Example

White with #6B59DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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