Html Css Color HEX #674ECB Slate Blue

📋 copy color: '#674ECB'

red 103 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #674ECB

Tints of Slate Blue #674ECB

RGB

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

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

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

R = 26.82%
G = 20.31%
B = 52.86%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#674ECB (or 0x674ECB) is known color: Slate Blue. HEX triplet: 67, 4E and CB. RGB value is (103,78,203). Sum of RGB (Red+Green+Blue) = 103+78+203=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #674ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674ECB is #98B134. Grayscale: #636363. Windows color (decimal): -10006837 or 13323879. OLE color: 13323879.

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

Color convert

RGB 103 78 203 -
CMYK 0.49 0.62 0 0.20
HSL 252º 0.55% 0.55% -
HSV(B) 252º 0.62% 0.8% -
XYZ 19.1 12.64 57.93 -
YUV 99.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 103 78 203 0.49 0.62 0 0.20 252 0.55 0.55
Hex 67 4E CB 31 3E 0 14 FC 37 37
Octal 147 116 313 61 76 0 24 374 67 67
Binary 1100111 1001110 11001011 110001 111110 0 10100 11111100 110111 110111

Color Harmonies of #674ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ECB

Black with #674ECB

Text Example


Text Example

White with #674ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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