Html Css Color HEX #6755C9 Slate Blue

📋 copy color: '#6755C9'

red 103 ◦ green 85 ◦ blue 201

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

Shades of Slate Blue #6755C9

Tints of Slate Blue #6755C9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 26.48%
G = 21.85%
B = 51.67%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6755C9 (or 0x6755C9) is known color: Slate Blue. HEX triplet: 67, 55 and C9. RGB value is (103,85,201). Sum of RGB (Red+Green+Blue) = 103+85+201=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #6755C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755C9 is #98AA36. Grayscale: #676767. Windows color (decimal): -10005047 or 13194599. OLE color: 13194599.

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

Color convert

RGB 103 85 201 -
CMYK 0.49 0.58 0 0.21
HSL 249.31º 0.52% 0.56% -
HSV(B) 249.31º 0.58% 0.79% -
XYZ 19.38 13.6 56.86 -
YUV 103.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 103 85 201 0.49 0.58 0 0.21 249.31 0.52 0.56
Hex 67 55 C9 31 3A 0 15 F9 34 38
Octal 147 125 311 61 72 0 25 371 64 70
Binary 1100111 1010101 11001001 110001 111010 0 10101 11111001 110100 111000

Color Harmonies of #6755C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6755C9

Black with #6755C9

Text Example


Text Example

White with #6755C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6755C9; }

 p { color: rgb(103,85,201); }

 H1.HeaderClassName
 {
   color: #6755C9;
 }
 .AnyTagClassName
 {
   color: #6755C9;
 }
</style>

background-color css

<style>
 a { background-color: #6755C9; }

 a { background-color: rgb(103,85,201); }

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

border-color css

<style>
 span { border-color: #6755C9; }

 span { border-color: rgb(103,85,201); }

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