Html Css Color HEX #676BCC Slate Blue

📋 copy color: '#676BCC'

red 103 ◦ green 107 ◦ blue 204

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

Shades of Slate Blue #676BCC

Tints of Slate Blue #676BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 24.88%
G = 25.85%
B = 49.28%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#676BCC (or 0x676BCC) is known color: Slate Blue. HEX triplet: 67, 6B and CC. RGB value is (103,107,204). Sum of RGB (Red+Green+Blue) = 103+107+204=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #676BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BCC is #989433. Grayscale: #747474. Windows color (decimal): -9999412 or 13396839. OLE color: 13396839.

HSL color Cylindrical-coordinate representation of color #676BCC: hue angle of 237.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676BCC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 107 204 -
CMYK 0.50 0.48 0 0.2
HSL 237.62º 0.5% 0.6% -
HSV(B) 237.62º 0.5% 0.8% -
XYZ 21.75 17.76 59.41 -
YUV 116.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 103 107 204 0.50 0.48 0 0.2 237.62 0.5 0.6
Hex 67 6B CC 32 30 0 14 EE 32 3C
Octal 147 153 314 62 60 0 24 356 62 74
Binary 1100111 1101011 11001100 110010 110000 0 10100 11101110 110010 111100

Color Harmonies of #676BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676BCC

Black with #676BCC

Text Example


Text Example

White with #676BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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