Html Css Color HEX #6755DC Slate Blue

📋 copy color: '#6755DC'

red 103 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #6755DC

Tints of Slate Blue #6755DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 25.25%
G = 20.83%
B = 53.92%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6755DC (or 0x6755DC) is known color: Slate Blue. HEX triplet: 67, 55 and DC. RGB value is (103,85,220). Sum of RGB (Red+Green+Blue) = 103+85+220=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6755DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755DC is #98AA23. Grayscale: #696969. Windows color (decimal): -10005028 or 14439783. OLE color: 14439783.

HSL color Cylindrical-coordinate representation of color #6755DC: hue angle of 248º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6755DC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 85 220 -
CMYK 0.53 0.61 0 0.14
HSL 248º 0.66% 0.6% -
HSV(B) 248º 0.61% 0.86% -
XYZ 21.76 14.55 69.37 -
YUV 105.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 103 85 220 0.53 0.61 0 0.14 248 0.66 0.6
Hex 67 55 DC 35 3D 0 E F8 42 3C
Octal 147 125 334 65 75 0 16 370 102 74
Binary 1100111 1010101 11011100 110101 111101 0 1110 11111000 1000010 111100

Color Harmonies of #6755DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6755DC

Black with #6755DC

Text Example


Text Example

White with #6755DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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