Html Css Color HEX #676DCD Slate Blue

📋 copy color: '#676DCD'

red 103 ◦ green 109 ◦ blue 205

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

Shades of Slate Blue #676DCD

Tints of Slate Blue #676DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

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

R = 24.7%
G = 26.14%
B = 49.16%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#676DCD (or 0x676DCD) is known color: Slate Blue. HEX triplet: 67, 6D and CD. RGB value is (103,109,205). Sum of RGB (Red+Green+Blue) = 103+109+205=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #676DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DCD is #989232. Grayscale: #757575. Windows color (decimal): -9998899 or 13462887. OLE color: 13462887.

HSL color Cylindrical-coordinate representation of color #676DCD: hue angle of 236.47º 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 #676DCD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 109 205 -
CMYK 0.50 0.47 0 0.20
HSL 236.47º 0.5% 0.6% -
HSV(B) 236.47º 0.5% 0.8% -
XYZ 22.08 18.23 60.11 -
YUV 118.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 103 109 205 0.50 0.47 0 0.20 236.47 0.5 0.6
Hex 67 6D CD 32 2F 0 14 EC 32 3C
Octal 147 155 315 62 57 0 24 354 62 74
Binary 1100111 1101101 11001101 110010 101111 0 10100 11101100 110010 111100

Color Harmonies of #676DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676DCD

Black with #676DCD

Text Example


Text Example

White with #676DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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