Html Css Color HEX #674BE4 Slate Blue

📋 copy color: '#674BE4'

red 103 ◦ green 75 ◦ blue 228

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

Shades of Slate Blue #674BE4

Tints of Slate Blue #674BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 25.37%
G = 18.47%
B = 56.16%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#674BE4 (or 0x674BE4) is known color: Slate Blue. HEX triplet: 67, 4B and E4. RGB value is (103,75,228). Sum of RGB (Red+Green+Blue) = 103+75+228=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #674BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BE4 is #98B41B. Grayscale: #646464. Windows color (decimal): -10007580 or 14961511. OLE color: 14961511.

HSL color Cylindrical-coordinate representation of color #674BE4: hue angle of 250.98º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674BE4 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 75 228 -
CMYK 0.55 0.67 0 0.11
HSL 250.98º 0.74% 0.59% -
HSV(B) 250.98º 0.67% 0.89% -
XYZ 22.11 13.52 74.84 -
YUV 100.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 103 75 228 0.55 0.67 0 0.11 250.98 0.74 0.59
Hex 67 4B E4 37 43 0 B FB 4A 3B
Octal 147 113 344 67 103 0 13 373 112 73
Binary 1100111 1001011 11100100 110111 1000011 0 1011 11111011 1001010 111011

Color Harmonies of #674BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BE4

Black with #674BE4

Text Example


Text Example

White with #674BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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