Html Css Color HEX #676BDB Slate Blue

📋 copy color: '#676BDB'

red 103 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #676BDB

Tints of Slate Blue #676BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 24.01%
G = 24.94%
B = 51.05%

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

#676BDB (or 0x676BDB) is known color: Slate Blue. HEX triplet: 67, 6B and DB. RGB value is (103,107,219). Sum of RGB (Red+Green+Blue) = 103+107+219=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #676BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDB is #989424. Grayscale: #767676. Windows color (decimal): -9999397 or 14379879. OLE color: 14379879.

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

Color convert

RGB 103 107 219 -
CMYK 0.53 0.51 0 0.14
HSL 237.93º 0.62% 0.63% -
HSV(B) 237.93º 0.53% 0.86% -
XYZ 23.64 18.51 69.35 -
YUV 118.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 103 107 219 0.53 0.51 0 0.14 237.93 0.62 0.63
Hex 67 6B DB 35 33 0 E EE 3E 3F
Octal 147 153 333 65 63 0 16 356 76 77
Binary 1100111 1101011 11011011 110101 110011 0 1110 11101110 111110 111111

Color Harmonies of #676BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676BDB

Black with #676BDB

Text Example


Text Example

White with #676BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,107,219); }

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

background-color css

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

 a { background-color: rgb(103,107,219); }

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

border-color css

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

 span { border-color: rgb(103,107,219); }

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