Html Css Color HEX #6770DC Slate Blue

📋 copy color: '#6770DC'

red 103 ◦ green 112 ◦ blue 220

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

Shades of Slate Blue #6770DC

Tints of Slate Blue #6770DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 23.68%
G = 25.75%
B = 50.57%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6770DC (or 0x6770DC) is known color: Slate Blue. HEX triplet: 67, 70 and DC. RGB value is (103,112,220). Sum of RGB (Red+Green+Blue) = 103+112+220=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #6770DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770DC is #988F23. Grayscale: #797979. Windows color (decimal): -9998116 or 14446695. OLE color: 14446695.

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

Color convert

RGB 103 112 220 -
CMYK 0.53 0.49 0 0.14
HSL 235.38º 0.63% 0.63% -
HSV(B) 235.38º 0.53% 0.86% -
XYZ 24.31 19.64 70.22 -
YUV 121.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 103 112 220 0.53 0.49 0 0.14 235.38 0.63 0.63
Hex 67 70 DC 35 31 0 E EB 3F 3F
Octal 147 160 334 65 61 0 16 353 77 77
Binary 1100111 1110000 11011100 110101 110001 0 1110 11101011 111111 111111

Color Harmonies of #6770DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770DC

Black with #6770DC

Text Example


Text Example

White with #6770DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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