Html Css Color HEX #676ACD Slate Blue

📋 copy color: '#676ACD'

red 103 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #676ACD

Tints of Slate Blue #676ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 24.88%
G = 25.6%
B = 49.52%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#676ACD (or 0x676ACD) is known color: Slate Blue. HEX triplet: 67, 6A and CD. RGB value is (103,106,205). Sum of RGB (Red+Green+Blue) = 103+106+205=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #676ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ACD is #989532. Grayscale: #737373. Windows color (decimal): -9999667 or 13462119. OLE color: 13462119.

HSL color Cylindrical-coordinate representation of color #676ACD: hue angle of 238.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676ACD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 106 205 -
CMYK 0.50 0.48 0 0.20
HSL 238.24º 0.5% 0.6% -
HSV(B) 238.24º 0.5% 0.8% -
XYZ 21.77 17.6 60.01 -
YUV 116.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 103 106 205 0.50 0.48 0 0.20 238.24 0.5 0.6
Hex 67 6A CD 32 30 0 14 EE 32 3C
Octal 147 152 315 62 60 0 24 356 62 74
Binary 1100111 1101010 11001101 110010 110000 0 10100 11101110 110010 111100

Color Harmonies of #676ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676ACD

Black with #676ACD

Text Example


Text Example

White with #676ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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