Html Css Color HEX #676CDA Slate Blue

📋 copy color: '#676CDA'

red 103 ◦ green 108 ◦ blue 218

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

Shades of Slate Blue #676CDA

Tints of Slate Blue #676CDA

RGB

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

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

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

R = 24.01%
G = 25.17%
B = 50.82%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#676CDA (or 0x676CDA) is known color: Slate Blue. HEX triplet: 67, 6C and DA. RGB value is (103,108,218). Sum of RGB (Red+Green+Blue) = 103+108+218=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #676CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CDA is #989325. Grayscale: #767676. Windows color (decimal): -9999142 or 14314599. OLE color: 14314599.

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

Color convert

RGB 103 108 218 -
CMYK 0.53 0.50 0 0.15
HSL 237.39º 0.61% 0.63% -
HSV(B) 237.39º 0.53% 0.85% -
XYZ 23.61 18.67 68.69 -
YUV 119.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 103 108 218 0.53 0.50 0 0.15 237.39 0.61 0.63
Hex 67 6C DA 35 32 0 F ED 3D 3F
Octal 147 154 332 65 62 0 17 355 75 77
Binary 1100111 1101100 11011010 110101 110010 0 1111 11101101 111101 111111

Color Harmonies of #676CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676CDA

Black with #676CDA

Text Example


Text Example

White with #676CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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