Html Css Color HEX #676ACB Slate Blue

📋 copy color: '#676ACB'

red 103 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #676ACB

Tints of Slate Blue #676ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 25%
G = 25.73%
B = 49.27%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#676ACB (or 0x676ACB) is known color: Slate Blue. HEX triplet: 67, 6A and CB. RGB value is (103,106,203). Sum of RGB (Red+Green+Blue) = 103+106+203=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #676ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ACB is #989534. Grayscale: #737373. Windows color (decimal): -9999669 or 13331047. OLE color: 13331047.

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

Color convert

RGB 103 106 203 -
CMYK 0.49 0.48 0 0.20
HSL 238.2º 0.49% 0.6% -
HSV(B) 238.2º 0.49% 0.8% -
XYZ 21.53 17.5 58.74 -
YUV 116.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 103 106 203 0.49 0.48 0 0.20 238.2 0.49 0.6
Hex 67 6A CB 31 30 0 14 EE 31 3C
Octal 147 152 313 61 60 0 24 356 61 74
Binary 1100111 1101010 11001011 110001 110000 0 10100 11101110 110001 111100

Color Harmonies of #676ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676ACB

Black with #676ACB

Text Example


Text Example

White with #676ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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