Html Css Color HEX #676FDA Slate Blue

📋 copy color: '#676FDA'

red 103 ◦ green 111 ◦ blue 218

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

Shades of Slate Blue #676FDA

Tints of Slate Blue #676FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 23.84%
G = 25.69%
B = 50.46%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#676FDA (or 0x676FDA) is known color: Slate Blue. HEX triplet: 67, 6F and DA. RGB value is (103,111,218). Sum of RGB (Red+Green+Blue) = 103+111+218=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #676FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FDA is #989025. Grayscale: #787878. Windows color (decimal): -9998374 or 14315367. OLE color: 14315367.

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

Color convert

RGB 103 111 218 -
CMYK 0.53 0.49 0 0.15
HSL 235.83º 0.61% 0.63% -
HSV(B) 235.83º 0.53% 0.85% -
XYZ 23.93 19.31 68.8 -
YUV 120.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 103 111 218 0.53 0.49 0 0.15 235.83 0.61 0.63
Hex 67 6F DA 35 31 0 F EC 3D 3F
Octal 147 157 332 65 61 0 17 354 75 77
Binary 1100111 1101111 11011010 110101 110001 0 1111 11101100 111101 111111

Color Harmonies of #676FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676FDA

Black with #676FDA

Text Example


Text Example

White with #676FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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