Html Css Color HEX #676CDB Slate Blue

📋 copy color: '#676CDB'

red 103 ◦ green 108 ◦ blue 219

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

Shades of Slate Blue #676CDB

Tints of Slate Blue #676CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 23.95%
G = 25.12%
B = 50.93%

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

#676CDB (or 0x676CDB) is known color: Slate Blue. HEX triplet: 67, 6C and DB. RGB value is (103,108,219). Sum of RGB (Red+Green+Blue) = 103+108+219=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #676CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CDB is #989324. Grayscale: #767676. Windows color (decimal): -9999141 or 14380135. OLE color: 14380135.

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

Color convert

RGB 103 108 219 -
CMYK 0.53 0.51 0 0.14
HSL 237.41º 0.62% 0.63% -
HSV(B) 237.41º 0.53% 0.86% -
XYZ 23.74 18.72 69.38 -
YUV 119.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 103 108 219 0.53 0.51 0 0.14 237.41 0.62 0.63
Hex 67 6C DB 35 33 0 E ED 3E 3F
Octal 147 154 333 65 63 0 16 355 76 77
Binary 1100111 1101100 11011011 110101 110011 0 1110 11101101 111110 111111

Color Harmonies of #676CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676CDB

Black with #676CDB

Text Example


Text Example

White with #676CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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