Html Css Color HEX #674BEB Slate Blue

📋 copy color: '#674BEB'

red 103 ◦ green 75 ◦ blue 235

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

Shades of Slate Blue #674BEB

Tints of Slate Blue #674BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 24.94%
G = 18.16%
B = 56.9%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#674BEB (or 0x674BEB) is known color: Slate Blue. HEX triplet: 67, 4B and EB. RGB value is (103,75,235). Sum of RGB (Red+Green+Blue) = 103+75+235=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #674BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BEB is #98B414. Grayscale: #656565. Windows color (decimal): -10007573 or 15420263. OLE color: 15420263.

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

Color convert

RGB 103 75 235 -
CMYK 0.56 0.68 0 0.08
HSL 250.5º 0.8% 0.61% -
HSV(B) 250.5º 0.68% 0.92% -
XYZ 23.1 13.91 80.07 -
YUV 101.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 103 75 235 0.56 0.68 0 0.08 250.5 0.8 0.61
Hex 67 4B EB 38 44 0 8 FB 50 3D
Octal 147 113 353 70 104 0 10 373 120 75
Binary 1100111 1001011 11101011 111000 1000100 0 1000 11111011 1010000 111101

Color Harmonies of #674BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BEB

Black with #674BEB

Text Example


Text Example

White with #674BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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