Html Css Color HEX #6C58CE Slate Blue

📋 copy color: '#6C58CE'

red 108 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #6C58CE

Tints of Slate Blue #6C58CE

RGB

 RED value IS 108 (42.58% from 255) = 26.87%

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 26.87%
G = 21.89%
B = 51.24%

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

#6C58CE (or 0x6C58CE) is known color: Slate Blue. HEX triplet: 6C, 58 and CE. RGB value is (108,88,206). Sum of RGB (Red+Green+Blue) = 108+88+206=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58CE is #93A731. Grayscale: #6A6A6A. Windows color (decimal): -9676594 or 13523052. OLE color: 13523052.

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

Color convert

RGB 108 88 206 -
CMYK 0.48 0.57 0 0.19
HSL 250.17º 0.55% 0.58% -
HSV(B) 250.17º 0.57% 0.81% -
XYZ 20.81 14.62 60.12 -
YUV 107.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 108 88 206 0.48 0.57 0 0.19 250.17 0.55 0.58
Hex 6C 58 CE 30 39 0 13 FA 37 3A
Octal 154 130 316 60 71 0 23 372 67 72
Binary 1101100 1011000 11001110 110000 111001 0 10011 11111010 110111 111010

Color Harmonies of #6C58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58CE

Black with #6C58CE

Text Example


Text Example

White with #6C58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,88,206); }

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

background-color css

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

 a { background-color: rgb(108,88,206); }

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

border-color css

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

 span { border-color: rgb(108,88,206); }

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