Html Css Color HEX #674FEB Slate Blue

📋 copy color: '#674FEB'

red 103 ◦ green 79 ◦ blue 235

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

Shades of Slate Blue #674FEB

Tints of Slate Blue #674FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.94%

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

R = 24.7%
G = 18.94%
B = 56.35%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#674FEB (or 0x674FEB) is known color: Slate Blue. HEX triplet: 67, 4F and EB. RGB value is (103,79,235). Sum of RGB (Red+Green+Blue) = 103+79+235=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #674FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674FEB is #98B014. Grayscale: #676767. Windows color (decimal): -10006549 or 15421287. OLE color: 15421287.

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

Color convert

RGB 103 79 235 -
CMYK 0.56 0.66 0 0.08
HSL 249.23º 0.8% 0.62% -
HSV(B) 249.23º 0.66% 0.92% -
XYZ 23.38 14.47 80.16 -
YUV 103.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 103 79 235 0.56 0.66 0 0.08 249.23 0.8 0.62
Hex 67 4F EB 38 42 0 8 F9 50 3E
Octal 147 117 353 70 102 0 10 371 120 76
Binary 1100111 1001111 11101011 111000 1000010 0 1000 11111001 1010000 111110

Color Harmonies of #674FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FEB

Black with #674FEB

Text Example


Text Example

White with #674FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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