Html Css Color HEX #676FD8 Slate Blue

📋 copy color: '#676FD8'

red 103 ◦ green 111 ◦ blue 216

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

Shades of Slate Blue #676FD8

Tints of Slate Blue #676FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 23.95%
G = 25.81%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#676FD8 (or 0x676FD8) is known color: Slate Blue. HEX triplet: 67, 6F and D8. RGB value is (103,111,216). Sum of RGB (Red+Green+Blue) = 103+111+216=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #676FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FD8 is #989027. Grayscale: #787878. Windows color (decimal): -9998376 or 14184295. OLE color: 14184295.

HSL color Cylindrical-coordinate representation of color #676FD8: hue angle of 235.75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676FD8 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 111 216 -
CMYK 0.52 0.49 0 0.15
HSL 235.75º 0.59% 0.63% -
HSV(B) 235.75º 0.52% 0.85% -
XYZ 23.67 19.21 67.43 -
YUV 120.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 103 111 216 0.52 0.49 0 0.15 235.75 0.59 0.63
Hex 67 6F D8 34 31 0 F EC 3B 3F
Octal 147 157 330 64 61 0 17 354 73 77
Binary 1100111 1101111 11011000 110100 110001 0 1111 11101100 111011 111111

Color Harmonies of #676FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676FD8

Black with #676FD8

Text Example


Text Example

White with #676FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,111,216); }

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

background-color css

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

 a { background-color: rgb(103,111,216); }

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

border-color css

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

 span { border-color: rgb(103,111,216); }

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