Html Css Color HEX #676ADC Slate Blue

📋 copy color: '#676ADC'

red 103 ◦ green 106 ◦ blue 220

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

Shades of Slate Blue #676ADC

Tints of Slate Blue #676ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

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

R = 24.01%
G = 24.71%
B = 51.28%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#676ADC (or 0x676ADC) is known color: Slate Blue. HEX triplet: 67, 6A and DC. RGB value is (103,106,220). Sum of RGB (Red+Green+Blue) = 103+106+220=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #676ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADC is #989523. Grayscale: #757575. Windows color (decimal): -9999652 or 14445159. OLE color: 14445159.

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

Color convert

RGB 103 106 220 -
CMYK 0.53 0.52 0 0.14
HSL 238.46º 0.63% 0.63% -
HSV(B) 238.46º 0.53% 0.86% -
XYZ 23.67 18.36 70.01 -
YUV 118.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 103 106 220 0.53 0.52 0 0.14 238.46 0.63 0.63
Hex 67 6A DC 35 34 0 E EE 3F 3F
Octal 147 152 334 65 64 0 16 356 77 77
Binary 1100111 1101010 11011100 110101 110100 0 1110 11101110 111111 111111

Color Harmonies of #676ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676ADC

Black with #676ADC

Text Example


Text Example

White with #676ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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