Html Css Color HEX #6671DC Slate Blue

📋 copy color: '#6671DC'

red 102 ◦ green 113 ◦ blue 220

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

Shades of Slate Blue #6671DC

Tints of Slate Blue #6671DC

RGB

 RED value IS 102 (40.23% from 255) = 23.45%

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 23.45%
G = 25.98%
B = 50.57%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6671DC (or 0x6671DC) is known color: Slate Blue. HEX triplet: 66, 71 and DC. RGB value is (102,113,220). Sum of RGB (Red+Green+Blue) = 102+113+220=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 113 (44.53% from 255 or 25.98% 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 #6671DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6671DC is #998E23. Grayscale: #797979. Windows color (decimal): -10063396 or 14446950. OLE color: 14446950.

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

Color convert

RGB 102 113 220 -
CMYK 0.54 0.49 0 0.14
HSL 234.41º 0.63% 0.63% -
HSV(B) 234.41º 0.54% 0.86% -
XYZ 24.3 19.8 70.25 -
YUV 121.91 183.36 113.8 -
System Red Green Blue C M Y K H S L
Decimal 102 113 220 0.54 0.49 0 0.14 234.41 0.63 0.63
Hex 66 71 DC 36 31 0 E EA 3F 3F
Octal 146 161 334 66 61 0 16 352 77 77
Binary 1100110 1110001 11011100 110110 110001 0 1110 11101010 111111 111111

Color Harmonies of #6671DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6671DC

Black with #6671DC

Text Example


Text Example

White with #6671DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,113,220); }

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

background-color css

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

 a { background-color: rgb(102,113,220); }

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

border-color css

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

 span { border-color: rgb(102,113,220); }

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