Html Css Color HEX #674BCE Slate Blue

📋 copy color: '#674BCE'

red 103 ◦ green 75 ◦ blue 206

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

Shades of Slate Blue #674BCE

Tints of Slate Blue #674BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 26.82%
G = 19.53%
B = 53.65%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#674BCE (or 0x674BCE) is known color: Slate Blue. HEX triplet: 67, 4B and CE. RGB value is (103,75,206). Sum of RGB (Red+Green+Blue) = 103+75+206=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #674BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BCE is #98B431. Grayscale: #616161. Windows color (decimal): -10007602 or 13519719. OLE color: 13519719.

HSL color Cylindrical-coordinate representation of color #674BCE: hue angle of 252.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674BCE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 75 206 -
CMYK 0.50 0.64 0 0.19
HSL 252.82º 0.57% 0.55% -
HSV(B) 252.82º 0.64% 0.81% -
XYZ 19.25 12.37 59.77 -
YUV 98.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 103 75 206 0.50 0.64 0 0.19 252.82 0.57 0.55
Hex 67 4B CE 32 40 0 13 FD 39 37
Octal 147 113 316 62 100 0 23 375 71 67
Binary 1100111 1001011 11001110 110010 1000000 0 10011 11111101 111001 110111

Color Harmonies of #674BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BCE

Black with #674BCE

Text Example


Text Example

White with #674BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674BCE; }

 p { color: rgb(103,75,206); }

 H1.HeaderClassName
 {
   color: #674BCE;
 }
 .AnyTagClassName
 {
   color: #674BCE;
 }
</style>

background-color css

<style>
 a { background-color: #674BCE; }

 a { background-color: rgb(103,75,206); }

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

border-color css

<style>
 span { border-color: #674BCE; }

 span { border-color: rgb(103,75,206); }

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