Html Css Color HEX #6745CA Slate Blue

📋 copy color: '#6745CA'

red 103 ◦ green 69 ◦ blue 202

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

Shades of Slate Blue #6745CA

Tints of Slate Blue #6745CA

RGB

 RED value IS 103 (40.63% from 255) = 27.54%

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 27.54%
G = 18.45%
B = 54.01%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6745CA (or 0x6745CA) is known color: Slate Blue. HEX triplet: 67, 45 and CA. RGB value is (103,69,202). Sum of RGB (Red+Green+Blue) = 103+69+202=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #6745CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745CA is #98BA35. Grayscale: #5D5D5D. Windows color (decimal): -10009142 or 13256039. OLE color: 13256039.

HSL color Cylindrical-coordinate representation of color #6745CA: hue angle of 255.34º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6745CA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 69 202 -
CMYK 0.49 0.66 0 0.21
HSL 255.34º 0.56% 0.53% -
HSV(B) 255.34º 0.66% 0.79% -
XYZ 18.38 11.4 57.11 -
YUV 94.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 103 69 202 0.49 0.66 0 0.21 255.34 0.56 0.53
Hex 67 45 CA 31 42 0 15 FF 38 35
Octal 147 105 312 61 102 0 25 377 70 65
Binary 1100111 1000101 11001010 110001 1000010 0 10101 11111111 111000 110101

Color Harmonies of #6745CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6745CA

Black with #6745CA

Text Example


Text Example

White with #6745CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6745CA; }

 p { color: rgb(103,69,202); }

 H1.HeaderClassName
 {
   color: #6745CA;
 }
 .AnyTagClassName
 {
   color: #6745CA;
 }
</style>

background-color css

<style>
 a { background-color: #6745CA; }

 a { background-color: rgb(103,69,202); }

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

border-color css

<style>
 span { border-color: #6745CA; }

 span { border-color: rgb(103,69,202); }

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