Html Css Color HEX #674BCC Slate Blue

📋 copy color: '#674BCC'

red 103 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #674BCC

Tints of Slate Blue #674BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 26.96%
G = 19.63%
B = 53.4%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#674BCC (or 0x674BCC) is known color: Slate Blue. HEX triplet: 67, 4B and CC. RGB value is (103,75,204). Sum of RGB (Red+Green+Blue) = 103+75+204=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #674BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BCC is #98B433. Grayscale: #616161. Windows color (decimal): -10007604 or 13388647. OLE color: 13388647.

HSL color Cylindrical-coordinate representation of color #674BCC: hue angle of 253.02º degrees, saturation: 0.56, 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 #674BCC is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 75 204 -
CMYK 0.50 0.63 0 0.2
HSL 253.02º 0.56% 0.55% -
HSV(B) 253.02º 0.63% 0.8% -
XYZ 19.01 12.28 58.49 -
YUV 98.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 103 75 204 0.50 0.63 0 0.2 253.02 0.56 0.55
Hex 67 4B CC 32 3F 0 14 FD 38 37
Octal 147 113 314 62 77 0 24 375 70 67
Binary 1100111 1001011 11001100 110010 111111 0 10100 11111101 111000 110111

Color Harmonies of #674BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BCC

Black with #674BCC

Text Example


Text Example

White with #674BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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