Html Css Color HEX #6755CB Slate Blue

📋 copy color: '#6755CB'

red 103 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #6755CB

Tints of Slate Blue #6755CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 26.34%
G = 21.74%
B = 51.92%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6755CB (or 0x6755CB) is known color: Slate Blue. HEX triplet: 67, 55 and CB. RGB value is (103,85,203). Sum of RGB (Red+Green+Blue) = 103+85+203=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6755CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755CB is #98AA34. Grayscale: #676767. Windows color (decimal): -10005045 or 13325671. OLE color: 13325671.

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

Color convert

RGB 103 85 203 -
CMYK 0.49 0.58 0 0.20
HSL 249.15º 0.53% 0.56% -
HSV(B) 249.15º 0.58% 0.8% -
XYZ 19.62 13.69 58.11 -
YUV 103.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 103 85 203 0.49 0.58 0 0.20 249.15 0.53 0.56
Hex 67 55 CB 31 3A 0 14 F9 35 38
Octal 147 125 313 61 72 0 24 371 65 70
Binary 1100111 1010101 11001011 110001 111010 0 10100 11111001 110101 111000

Color Harmonies of #6755CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6755CB

Black with #6755CB

Text Example


Text Example

White with #6755CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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