Html Css Color HEX #674BE7 Slate Blue

📋 copy color: '#674BE7'

red 103 ◦ green 75 ◦ blue 231

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

Shades of Slate Blue #674BE7

Tints of Slate Blue #674BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.48%

R = 25.18%
G = 18.34%
B = 56.48%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#674BE7 (or 0x674BE7) is known color: Slate Blue. HEX triplet: 67, 4B and E7. RGB value is (103,75,231). Sum of RGB (Red+Green+Blue) = 103+75+231=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #674BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674BE7 is #98B418. Grayscale: #646464. Windows color (decimal): -10007577 or 15158119. OLE color: 15158119.

HSL color Cylindrical-coordinate representation of color #674BE7: hue angle of 250.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674BE7 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 103 75 231 -
CMYK 0.55 0.68 0 0.09
HSL 250.77º 0.76% 0.6% -
HSV(B) 250.77º 0.68% 0.91% -
XYZ 22.53 13.69 77.06 -
YUV 101.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 103 75 231 0.55 0.68 0 0.09 250.77 0.76 0.6
Hex 67 4B E7 37 44 0 9 FB 4C 3C
Octal 147 113 347 67 104 0 11 373 114 74
Binary 1100111 1001011 11100111 110111 1000100 0 1001 11111011 1001100 111100

Color Harmonies of #674BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BE7

Black with #674BE7

Text Example


Text Example

White with #674BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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