Html Css Color HEX #674BC5 Slate Blue

📋 copy color: '#674BC5'

red 103 ◦ green 75 ◦ blue 197

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

Shades of Slate Blue #674BC5

Tints of Slate Blue #674BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.53%

R = 27.47%
G = 20%
B = 52.53%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#674BC5 (or 0x674BC5) is known color: Slate Blue. HEX triplet: 67, 4B and C5. RGB value is (103,75,197). Sum of RGB (Red+Green+Blue) = 103+75+197=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #674BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BC5 is #98B43A. Grayscale: #606060. Windows color (decimal): -10007611 or 12929895. OLE color: 12929895.

HSL color Cylindrical-coordinate representation of color #674BC5: hue angle of 253.77º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674BC5 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 103 75 197 -
CMYK 0.48 0.62 0 0.23
HSL 253.77º 0.51% 0.53% -
HSV(B) 253.77º 0.62% 0.77% -
XYZ 18.19 11.95 54.17 -
YUV 97.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 103 75 197 0.48 0.62 0 0.23 253.77 0.51 0.53
Hex 67 4B C5 30 3E 0 17 FE 33 35
Octal 147 113 305 60 76 0 27 376 63 65
Binary 1100111 1001011 11000101 110000 111110 0 10111 11111110 110011 110101

Color Harmonies of #674BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BC5

Black with #674BC5

Text Example


Text Example

White with #674BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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