Html Css Color HEX #6770DB Slate Blue

📋 copy color: '#6770DB'

red 103 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6770DB

Tints of Slate Blue #6770DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 23.73%
G = 25.81%
B = 50.46%

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

#6770DB (or 0x6770DB) is known color: Slate Blue. HEX triplet: 67, 70 and DB. RGB value is (103,112,219). Sum of RGB (Red+Green+Blue) = 103+112+219=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6770DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770DB is #988F24. Grayscale: #797979. Windows color (decimal): -9998117 or 14381159. OLE color: 14381159.

HSL color Cylindrical-coordinate representation of color #6770DB: hue angle of 235.34º degrees, saturation: 0.62, 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 #6770DB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 112 219 -
CMYK 0.53 0.49 0 0.14
HSL 235.34º 0.62% 0.63% -
HSV(B) 235.34º 0.53% 0.86% -
XYZ 24.17 19.59 69.52 -
YUV 121.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 103 112 219 0.53 0.49 0 0.14 235.34 0.62 0.63
Hex 67 70 DB 35 31 0 E EB 3E 3F
Octal 147 160 333 65 61 0 16 353 76 77
Binary 1100111 1110000 11011011 110101 110001 0 1110 11101011 111110 111111

Color Harmonies of #6770DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770DB

Black with #6770DB

Text Example


Text Example

White with #6770DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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