Html Css Color HEX #674BCB Slate Blue

📋 copy color: '#674BCB'

red 103 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #674BCB

Tints of Slate Blue #674BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 27.03%
G = 19.69%
B = 53.28%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#674BCB (or 0x674BCB) is known color: Slate Blue. HEX triplet: 67, 4B and CB. RGB value is (103,75,203). Sum of RGB (Red+Green+Blue) = 103+75+203=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #674BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BCB is #98B434. Grayscale: #616161. Windows color (decimal): -10007605 or 13323111. OLE color: 13323111.

HSL color Cylindrical-coordinate representation of color #674BCB: hue angle of 253.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674BCB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 75 203 -
CMYK 0.49 0.63 0 0.20
HSL 253.13º 0.55% 0.55% -
HSV(B) 253.13º 0.63% 0.8% -
XYZ 18.89 12.23 57.86 -
YUV 97.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 103 75 203 0.49 0.63 0 0.20 253.13 0.55 0.55
Hex 67 4B CB 31 3F 0 14 FD 37 37
Octal 147 113 313 61 77 0 24 375 67 67
Binary 1100111 1001011 11001011 110001 111111 0 10100 11111101 110111 110111

Color Harmonies of #674BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BCB

Black with #674BCB

Text Example


Text Example

White with #674BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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