Html Css Color HEX #6B58CA Slate Blue

📋 copy color: '#6B58CA'

red 107 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #6B58CA

Tints of Slate Blue #6B58CA

RGB

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

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

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

R = 26.95%
G = 22.17%
B = 50.88%

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

#6B58CA (or 0x6B58CA) is known color: Slate Blue. HEX triplet: 6B, 58 and CA. RGB value is (107,88,202). Sum of RGB (Red+Green+Blue) = 107+88+202=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58CA is #94A735. Grayscale: #6A6A6A. Windows color (decimal): -9742134 or 13260907. OLE color: 13260907.

HSL color Cylindrical-coordinate representation of color #6B58CA: hue angle of 250º 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 #6B58CA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 88 202 -
CMYK 0.47 0.56 0 0.21
HSL 250º 0.52% 0.57% -
HSV(B) 250º 0.56% 0.79% -
XYZ 20.21 14.37 57.59 -
YUV 106.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 107 88 202 0.47 0.56 0 0.21 250 0.52 0.57
Hex 6B 58 CA 2F 38 0 15 FA 34 39
Octal 153 130 312 57 70 0 25 372 64 71
Binary 1101011 1011000 11001010 101111 111000 0 10101 11111010 110100 111001

Color Harmonies of #6B58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B58CA

Black with #6B58CA

Text Example


Text Example

White with #6B58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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