Html Css Color HEX #674EEB Slate Blue

📋 copy color: '#674EEB'

red 103 ◦ green 78 ◦ blue 235

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

Shades of Slate Blue #674EEB

Tints of Slate Blue #674EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.75%

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

R = 24.76%
G = 18.75%
B = 56.49%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#674EEB (or 0x674EEB) is known color: Slate Blue. HEX triplet: 67, 4E and EB. RGB value is (103,78,235). Sum of RGB (Red+Green+Blue) = 103+78+235=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #674EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674EEB is #98B114. Grayscale: #666666. Windows color (decimal): -10006805 or 15421031. OLE color: 15421031.

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

Color convert

RGB 103 78 235 -
CMYK 0.56 0.67 0 0.08
HSL 249.55º 0.8% 0.61% -
HSV(B) 249.55º 0.67% 0.92% -
XYZ 23.31 14.33 80.13 -
YUV 103.37 202.28 127.73 -
System Red Green Blue C M Y K H S L
Decimal 103 78 235 0.56 0.67 0 0.08 249.55 0.8 0.61
Hex 67 4E EB 38 43 0 8 FA 50 3D
Octal 147 116 353 70 103 0 10 372 120 75
Binary 1100111 1001110 11101011 111000 1000011 0 1000 11111010 1010000 111101

Color Harmonies of #674EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674EEB

Black with #674EEB

Text Example


Text Example

White with #674EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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