Html Css Color HEX #676BDA Slate Blue

📋 copy color: '#676BDA'

red 103 ◦ green 107 ◦ blue 218

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

Shades of Slate Blue #676BDA

Tints of Slate Blue #676BDA

RGB

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

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

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

R = 24.07%
G = 25%
B = 50.93%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#676BDA (or 0x676BDA) is known color: Slate Blue. HEX triplet: 67, 6B and DA. RGB value is (103,107,218). Sum of RGB (Red+Green+Blue) = 103+107+218=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #676BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDA is #989425. Grayscale: #767676. Windows color (decimal): -9999398 or 14314343. OLE color: 14314343.

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

Color convert

RGB 103 107 218 -
CMYK 0.53 0.51 0 0.15
HSL 237.91º 0.61% 0.63% -
HSV(B) 237.91º 0.53% 0.85% -
XYZ 23.51 18.46 68.65 -
YUV 118.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 103 107 218 0.53 0.51 0 0.15 237.91 0.61 0.63
Hex 67 6B DA 35 33 0 F EE 3D 3F
Octal 147 153 332 65 63 0 17 356 75 77
Binary 1100111 1101011 11011010 110101 110011 0 1111 11101110 111101 111111

Color Harmonies of #676BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676BDA

Black with #676BDA

Text Example


Text Example

White with #676BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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