Html Css Color HEX #674BEC Slate Blue

📋 copy color: '#674BEC'

red 103 ◦ green 75 ◦ blue 236

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

Shades of Slate Blue #674BEC

Tints of Slate Blue #674BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 24.88%
G = 18.12%
B = 57%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#674BEC (or 0x674BEC) is known color: Slate Blue. HEX triplet: 67, 4B and EC. RGB value is (103,75,236). Sum of RGB (Red+Green+Blue) = 103+75+236=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #674BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BEC is #98B413. Grayscale: #656565. Windows color (decimal): -10007572 or 15485799. OLE color: 15485799.

HSL color Cylindrical-coordinate representation of color #674BEC: hue angle of 250.43º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674BEC is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 75 236 -
CMYK 0.56 0.68 0 0.07
HSL 250.43º 0.81% 0.61% -
HSV(B) 250.43º 0.68% 0.93% -
XYZ 23.25 13.97 80.83 -
YUV 101.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 103 75 236 0.56 0.68 0 0.07 250.43 0.81 0.61
Hex 67 4B EC 38 44 0 7 FA 51 3D
Octal 147 113 354 70 104 0 7 372 121 75
Binary 1100111 1001011 11101100 111000 1000100 0 111 11111010 1010001 111101

Color Harmonies of #674BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BEC

Black with #674BEC

Text Example


Text Example

White with #674BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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