Html Css Color HEX #676CDC Slate Blue

📋 copy color: '#676CDC'

red 103 ◦ green 108 ◦ blue 220

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

Shades of Slate Blue #676CDC

Tints of Slate Blue #676CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

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

R = 23.9%
G = 25.06%
B = 51.04%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#676CDC (or 0x676CDC) is known color: Slate Blue. HEX triplet: 67, 6C and DC. RGB value is (103,108,220). Sum of RGB (Red+Green+Blue) = 103+108+220=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #676CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CDC is #989323. Grayscale: #767676. Windows color (decimal): -9999140 or 14445671. OLE color: 14445671.

HSL color Cylindrical-coordinate representation of color #676CDC: hue angle of 237.44º 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 #676CDC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 108 220 -
CMYK 0.53 0.51 0 0.14
HSL 237.44º 0.63% 0.63% -
HSV(B) 237.44º 0.53% 0.86% -
XYZ 23.87 18.78 70.08 -
YUV 119.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 103 108 220 0.53 0.51 0 0.14 237.44 0.63 0.63
Hex 67 6C DC 35 33 0 E ED 3F 3F
Octal 147 154 334 65 63 0 16 355 77 77
Binary 1100111 1101100 11011100 110101 110011 0 1110 11101101 111111 111111

Color Harmonies of #676CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676CDC

Black with #676CDC

Text Example


Text Example

White with #676CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676CDC; }

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

 H1.HeaderClassName
 {
   color: #676CDC;
 }
 .AnyTagClassName
 {
   color: #676CDC;
 }
</style>

background-color css

<style>
 a { background-color: #676CDC; }

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

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

border-color css

<style>
 span { border-color: #676CDC; }

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

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