Html Css Color HEX #6C58CA Slate Blue

📋 copy color: '#6C58CA'

red 108 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #6C58CA

Tints of Slate Blue #6C58CA

RGB

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

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

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

R = 27.14%
G = 22.11%
B = 50.75%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C58CA (or 0x6C58CA) is known color: Slate Blue. HEX triplet: 6C, 58 and CA. RGB value is (108,88,202). Sum of RGB (Red+Green+Blue) = 108+88+202=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58CA is #93A735. Grayscale: #6A6A6A. Windows color (decimal): -9676598 or 13260908. OLE color: 13260908.

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

Color convert

RGB 108 88 202 -
CMYK 0.47 0.56 0 0.21
HSL 250.53º 0.52% 0.57% -
HSV(B) 250.53º 0.56% 0.79% -
XYZ 20.33 14.43 57.59 -
YUV 106.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 108 88 202 0.47 0.56 0 0.21 250.53 0.52 0.57
Hex 6C 58 CA 2F 38 0 15 FB 34 39
Octal 154 130 312 57 70 0 25 373 64 71
Binary 1101100 1011000 11001010 101111 111000 0 10101 11111011 110100 111001

Color Harmonies of #6C58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58CA

Black with #6C58CA

Text Example


Text Example

White with #6C58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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